Uses of Interface
org.apache.openjpa.jdbc.sql.SQLFactory
-
Packages that use SQLFactory Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of SQLFactory in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return SQLFactory Modifier and Type Method Description SQLFactory
JDBCConfiguration. getSQLFactoryInstance()
The SQL factory to use for SQL constructs.SQLFactory
JDBCConfigurationImpl. getSQLFactoryInstance()
Methods in org.apache.openjpa.jdbc.conf with parameters of type SQLFactory Modifier and Type Method Description void
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 SQLFactory Modifier and Type Method Description SQLFactory
JDBCStore. getSQLFactory()
Return the SQL factory for this runtime.SQLFactory
JDBCStoreManager. getSQLFactory()
Methods in org.apache.openjpa.jdbc.kernel with parameters of type SQLFactory Modifier and Type Method Description protected java.util.List<SQLBuffer>
MixedLockManager. getLockRows(DBDictionary dict, java.lang.Object id, ClassMapping mapping, JDBCFetchConfiguration fetch, SQLFactory factory)
protected java.util.List<SQLBuffer>
PessimisticLockManager. getLockRows(DBDictionary dict, java.lang.Object id, ClassMapping mapping, JDBCFetchConfiguration fetch, SQLFactory factory)
protected void
PessimisticLockManager. lockJoinTables(java.util.List<SQLBuffer> sqls, DBDictionary dict, java.lang.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 SQLFactory Modifier and Type Class Description class
SQLFactoryImpl
Default factory for SQL abstraction constructs.
-