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 DBIdentifierUtilJDBCConfiguration. getIdentifierUtilInstance()Gets theDBIdentifierUtilDBIdentifierUtilJDBCConfigurationImpl. getIdentifierUtilInstance()Methods in org.apache.openjpa.jdbc.conf with parameters of type DBIdentifierUtil Modifier and Type Method Description voidJDBCConfiguration. setIdentifierUtil(DBIdentifierUtil util)Sets theDBIdentifierUtilvoidJDBCConfigurationImpl. 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 classDBIdentifierUtilImpl -
Uses of DBIdentifierUtil in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return DBIdentifierUtil Modifier and Type Method Description DBIdentifierUtilDBDictionary. getNamingUtil()Returns the naming utility used by this dictionary instance
-