Uses of Class
org.apache.openjpa.jdbc.schema.NameSet
-
Packages that use NameSet Package Description org.apache.openjpa.jdbc.identifier org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of NameSet in org.apache.openjpa.jdbc.identifier
Methods in org.apache.openjpa.jdbc.identifier with parameters of type NameSet Modifier and Type Method Description DBIdentifierDBIdentifierUtil. makeIdentifierValid(DBIdentifier sname, NameSet set, int maxLen, boolean checkForUniqueness)Shortens the given name to the given maximum length, then checks that it is not a reserved word.DBIdentifierDBIdentifierUtilImpl. makeIdentifierValid(DBIdentifier sname, NameSet set, int maxLen, boolean checkForUniqueness)DBIdentifierDBIdentifierUtil. makeNameValid(java.lang.String name, NameSet set, int maxLen, int nameType, boolean checkForUniqueness)Shortens the given name to the given maximum length, then checks that it is not a reserved word.DBIdentifierDBIdentifierUtilImpl. makeNameValid(java.lang.String name, NameSet set, int maxLen, int nameType, boolean checkForUniqueness) -
Uses of NameSet in org.apache.openjpa.jdbc.schema
Subclasses of NameSet in org.apache.openjpa.jdbc.schema Modifier and Type Class Description classDynamicSchemaFactoryFactory whose schema group dynamically fills itself with information as mappings validate themselves in theirmapmethod.classLazySchemaFactoryFactory that uses database metadata to construct the system schema.classSchemaGroupRepresents a grouping of schemas used in a database.classTableRepresents a database table. -
Uses of NameSet in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql with parameters of type NameSet Modifier and Type Method Description protected java.lang.StringDBDictionary. makeNameValid(java.lang.String name, NameSet set, int maxLen, int nameType)Deprecated.protected java.lang.StringDBDictionary. makeNameValid(java.lang.String name, NameSet set, int maxLen, int nameType, boolean checkForUniqueness)Shortens the given name to the given maximum length, then checks that it is not a reserved word.protected DBIdentifierDBDictionary. makeNameValid(DBIdentifier name, NameSet set, int maxLen, int nameType)Shortens the given name to the given maximum length, then checks that it is not a reserved word.protected DBIdentifierDBDictionary. makeNameValid(DBIdentifier name, NameSet set, int maxLen, int nameType, boolean checkForUniqueness)Shortens the given name to the given maximum length, then checks that it is not a reserved word.
-