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 SQLFactoryJDBCConfiguration. getSQLFactoryInstance()The SQL factory to use for SQL constructs.SQLFactoryJDBCConfigurationImpl. getSQLFactoryInstance()Methods in org.apache.openjpa.jdbc.conf with parameters of type SQLFactory Modifier and Type Method Description voidJDBCConfiguration. setSQLFactory(SQLFactory sqlFactory)The SQL factory to use for SQL constructs.voidJDBCConfigurationImpl. 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 SQLFactoryJDBCStore. getSQLFactory()Return the SQL factory for this runtime.SQLFactoryJDBCStoreManager. 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 voidPessimisticLockManager. 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 classSQLFactoryImplDefault factory for SQL abstraction constructs.
-