| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameSet | |
|---|---|
| org.apache.openjpa.jdbc.identifier | |
| org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management | 
| org.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 | |
|---|---|
|  DBIdentifier | DBIdentifierUtilImpl.makeIdentifierValid(DBIdentifier sname,
                    NameSet set,
                    int maxLen,
                    boolean checkForUniqueness) | 
|  DBIdentifier | DBIdentifierUtil.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. | 
|  DBIdentifier | DBIdentifierUtilImpl.makeNameValid(String name,
              NameSet set,
              int maxLen,
              int nameType,
              boolean checkForUniqueness) | 
|  DBIdentifier | 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. | 
| Uses of NameSet in org.apache.openjpa.jdbc.schema | 
|---|
| Subclasses of NameSet in org.apache.openjpa.jdbc.schema | |
|---|---|
|  class | DynamicSchemaFactoryFactory whose schema group dynamically fills itself with information as mappings validate themselves in their mapmethod. | 
|  class | LazySchemaFactoryFactory that uses database metadata to construct the system schema. | 
|  class | SchemaGroupRepresents a grouping of schemas used in a database. | 
|  class | TableRepresents a database table. | 
| Uses of NameSet in org.apache.openjpa.jdbc.sql | 
|---|
| Methods in org.apache.openjpa.jdbc.sql with parameters of type NameSet | |
|---|---|
| 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. | 
| protected  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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||