Uses of Interface
org.apache.openjpa.jdbc.identifier.DBIdentifierUtil
-
Packages that use DBIdentifierUtil Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.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 Modifier and Type Method Description DBIdentifierUtil
JDBCConfiguration. getIdentifierUtilInstance()
Gets theDBIdentifierUtil
DBIdentifierUtil
JDBCConfigurationImpl. getIdentifierUtilInstance()
Methods in org.apache.openjpa.jdbc.conf with parameters of type DBIdentifierUtil Modifier and Type Method Description void
JDBCConfiguration. setIdentifierUtil(DBIdentifierUtil util)
Sets theDBIdentifierUtil
void
JDBCConfigurationImpl. setIdentifierUtil(DBIdentifierUtil util)
-
Uses of DBIdentifierUtil in org.apache.openjpa.jdbc.identifier
Classes in org.apache.openjpa.jdbc.identifier that implement DBIdentifierUtil Modifier and Type Class Description class
DBIdentifierUtilImpl
-
Uses of DBIdentifierUtil in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return DBIdentifierUtil Modifier and Type Method Description DBIdentifierUtil
DBDictionary. getNamingUtil()
Returns the naming utility used by this dictionary instance
-