| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLFactory | |
|---|---|
| org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration | 
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.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 | |
|---|---|
|  SQLFactory | JDBCConfigurationImpl.getSQLFactoryInstance() | 
|  SQLFactory | JDBCConfiguration.getSQLFactoryInstance()The SQL factory to use for SQL constructs. | 
| Methods in org.apache.openjpa.jdbc.conf with parameters of type SQLFactory | |
|---|---|
|  void | JDBCConfigurationImpl.setSQLFactory(SQLFactory sqlFactory) | 
|  void | JDBCConfiguration.setSQLFactory(SQLFactory sqlFactory)The SQL factory to use for SQL constructs. | 
| Uses of SQLFactory in org.apache.openjpa.jdbc.kernel | 
|---|
| Methods in org.apache.openjpa.jdbc.kernel that return SQLFactory | |
|---|---|
|  SQLFactory | JDBCStoreManager.getSQLFactory() | 
|  SQLFactory | JDBCStore.getSQLFactory()Return the SQL factory for this runtime. | 
| Methods in org.apache.openjpa.jdbc.kernel with parameters of type SQLFactory | |
|---|---|
| protected  List<SQLBuffer> | PessimisticLockManager.getLockRows(DBDictionary dict,
            Object id,
            ClassMapping mapping,
            JDBCFetchConfiguration fetch,
            SQLFactory factory) | 
| protected  List<SQLBuffer> | MixedLockManager.getLockRows(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 SQLFactory | |
|---|---|
|  class | SQLFactoryImplDefault factory for SQL abstraction constructs. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||