Uses of Class
org.apache.openjpa.jdbc.schema.NameSet
Package
Description
OpenJPA-JDBC Schema Management
OpenJPA-JDBC SQL Abstraction
-
Uses of NameSet in org.apache.openjpa.jdbc.identifier
Modifier and TypeMethodDescriptionDBIdentifierUtil.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.DBIdentifierUtilImpl.makeIdentifierValid
(DBIdentifier sname, NameSet set, int maxLen, boolean checkForUniqueness) DBIdentifierUtil.makeNameValid
(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.DBIdentifierUtilImpl.makeNameValid
(String name, NameSet set, int maxLen, int nameType, boolean checkForUniqueness) -
Uses of NameSet in org.apache.openjpa.jdbc.schema
Modifier and TypeClassDescriptionclass
Factory whose schema group dynamically fills itself with information as mappings validate themselves in theirmap
method.class
Factory that uses database metadata to construct the system schema.class
Represents a grouping of schemas used in a database.class
Represents a database table. -
Uses of NameSet in org.apache.openjpa.jdbc.sql
Modifier and TypeMethodDescriptionprotected String
DBDictionary.makeNameValid
(String name, NameSet set, int maxLen, int nameType) Deprecated.protected String
DBDictionary.makeNameValid
(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 DBIdentifier
DBDictionary.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 DBIdentifier
DBDictionary.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.