Uses of Class
org.datanucleus.store.schema.naming.SchemaComponent
-
Packages that use SchemaComponent Package Description org.datanucleus.store.schema.naming This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and indeed any other API. -
-
Uses of SchemaComponent in org.datanucleus.store.schema.naming
Methods in org.datanucleus.store.schema.naming that return SchemaComponent Modifier and Type Method Description static SchemaComponentSchemaComponent. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaComponent[]SchemaComponent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store.schema.naming with parameters of type SchemaComponent Modifier and Type Method Description protected intAbstractNamingFactory. getMaximumLengthForComponent(SchemaComponent cmpt)protected StringAbstractNamingFactory. prepareIdentifierNameForUse(String name, SchemaComponent cmpt)Convenience method that will truncate the provided name if it is longer than the longest possible for the specified schema component, and then convert it into the required case.NamingFactoryAbstractNamingFactory. setMaximumLength(SchemaComponent cmpt, int max)NamingFactoryNamingFactory. setMaximumLength(SchemaComponent cmpt, int max)Method to set the maximum length of the name of the specified schema component.
-