Uses of Interface
org.apache.openjpa.jdbc.sql.SQLFactory
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC SQL Abstraction
-
Uses of SQLFactory in org.apache.openjpa.jdbc.conf
Modifier and TypeMethodDescriptionJDBCConfiguration.getSQLFactoryInstance()
The SQL factory to use for SQL constructs.JDBCConfigurationImpl.getSQLFactoryInstance()
Modifier and TypeMethodDescriptionvoid
JDBCConfiguration.setSQLFactory
(SQLFactory sqlFactory) The SQL factory to use for SQL constructs.void
JDBCConfigurationImpl.setSQLFactory
(SQLFactory sqlFactory) -
Uses of SQLFactory in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionJDBCStore.getSQLFactory()
Return the SQL factory for this runtime.JDBCStoreManager.getSQLFactory()
Modifier and TypeMethodDescriptionMixedLockManager.getLockRows
(DBDictionary dict, Object id, ClassMapping mapping, JDBCFetchConfiguration fetch, SQLFactory factory) PessimisticLockManager.getLockRows
(DBDictionary dict, Object id, ClassMapping mapping, JDBCFetchConfiguration fetch, SQLFactory factory) protected void
PessimisticLockManager.lockJoinTables
(List<SQLBuffer> sqls, DBDictionary dict, Object id, ClassMapping mapping, JDBCFetchConfiguration fetch, SQLFactory factory) -
Uses of SQLFactory in org.apache.openjpa.jdbc.sql
Modifier and TypeClassDescriptionclass
Default factory for SQL abstraction constructs.