Uses of Interface
org.apache.openjpa.jdbc.identifier.DBIdentifierUtil

Packages that use DBIdentifierUtil
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.jdbc.identifier   
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
 

Uses of DBIdentifierUtil in org.apache.openjpa.jdbc.conf
 

Methods in org.apache.openjpa.jdbc.conf that return DBIdentifierUtil
 DBIdentifierUtil JDBCConfigurationImpl.getIdentifierUtilInstance()
           
 DBIdentifierUtil JDBCConfiguration.getIdentifierUtilInstance()
          Gets the DBIdentifierUtil
 

Methods in org.apache.openjpa.jdbc.conf with parameters of type DBIdentifierUtil
 void JDBCConfigurationImpl.setIdentifierUtil(DBIdentifierUtil util)
           
 void JDBCConfiguration.setIdentifierUtil(DBIdentifierUtil util)
          Sets the DBIdentifierUtil
 

Uses of DBIdentifierUtil in org.apache.openjpa.jdbc.identifier
 

Classes in org.apache.openjpa.jdbc.identifier that implement DBIdentifierUtil
 class DBIdentifierUtilImpl
           
 

Uses of DBIdentifierUtil in org.apache.openjpa.jdbc.sql
 

Methods in org.apache.openjpa.jdbc.sql that return DBIdentifierUtil
 DBIdentifierUtil DBDictionary.getNamingUtil()
          Returns the naming utility used by this dictionary instance
 



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