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

Packages that use DBIdentifierUtil
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. 
org.apache.openjpa.jdbc.identifier   
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction Utilities for generating SQL. 
 

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

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

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

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–2017 Apache Software Foundation. All rights reserved.