Package org.apache.metamodel.jdbc
Module package for JDBC compliant databases
-
Class Summary Class Description JdbcDataContext DataContextStrategy to use for JDBC-compliant databasesJdbcDataContextFactory JdbcUtils Various internal utility methods for the JDBC module of MetaModel.QuerySplitter The QuerySplitter class makes it possible to split up queries that are expected to yield a huge result set which may cause performance problems like OutOfMemoryError's or very long processing periods. -
Enum Summary Enum Description JdbcUtils.JdbcActionType -
Exception Summary Exception Description RolledBackUpdateException Represents an exception duringJdbcDataContext.executeUpdate(org.apache.metamodel.UpdateScript)which was rolled back at the JDBC layer.UncheckedSQLException MetaModel's representation ofSQLExceptionthat gets thrown out of anUpdateScriptand gets converted into aRolledBackUpdateException.