|
||||||||||
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 |
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 | |
---|---|
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 | |
---|---|
SQLFactory |
JDBCStore.getSQLFactory()
Return the SQL factory for this runtime. |
SQLFactory |
JDBCStoreManager.getSQLFactory()
|
Uses of SQLFactory in org.apache.openjpa.jdbc.sql |
---|
Classes in org.apache.openjpa.jdbc.sql that implement SQLFactory | |
---|---|
class |
SQLFactoryImpl
Default factory for SQL abstraction constructs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |