| Class | Description |
|---|---|
| JdbcDataContext |
DataContextStrategy to use for JDBC-compliant databases
|
| JdbcDataContextFactory | |
| 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 | Description |
|---|---|
| JdbcUtils.JdbcActionType |
| Exception | Description |
|---|---|
| RolledBackUpdateException |
Represents an exception during
JdbcDataContext.executeUpdate(org.apache.metamodel.UpdateScript) which was
rolled back at the JDBC layer. |
| UncheckedSQLException |
MetaModel's representation of
SQLException that gets thrown out of an UpdateScript and gets
converted into a RolledBackUpdateException. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.