Uses of Interface
org.apache.openjpa.jdbc.sql.SQLFactory
Packages that use SQLFactory
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC SQL Abstraction
-
Uses of SQLFactory in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return SQLFactoryModifier and TypeMethodDescriptionJDBCConfiguration.getSQLFactoryInstance()
The SQL factory to use for SQL constructs.JDBCConfigurationImpl.getSQLFactoryInstance()
Methods in org.apache.openjpa.jdbc.conf with parameters of type SQLFactoryModifier 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
Methods in org.apache.openjpa.jdbc.kernel that return SQLFactoryModifier and TypeMethodDescriptionJDBCStore.getSQLFactory()
Return the SQL factory for this runtime.JDBCStoreManager.getSQLFactory()
Methods in org.apache.openjpa.jdbc.kernel with parameters of type SQLFactoryModifier 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
Classes in org.apache.openjpa.jdbc.sql that implement SQLFactoryModifier and TypeClassDescriptionclass
Default factory for SQL abstraction constructs.