Uses of Interface
org.apache.openjpa.jdbc.sql.SQLFactory

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.
 

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.
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.