Uses of Class
org.datanucleus.store.schema.naming.NamingCase
-
Packages that use NamingCase 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 NamingCase in org.datanucleus.store.schema.naming
Fields in org.datanucleus.store.schema.naming declared as NamingCase Modifier and Type Field Description protected NamingCaseAbstractNamingFactory. namingCaseMethods in org.datanucleus.store.schema.naming that return NamingCase Modifier and Type Method Description static NamingCaseNamingCase. valueOf(String name)Returns the enum constant of this type with the specified name.static NamingCase[]NamingCase. 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 NamingCase Modifier and Type Method Description NamingFactoryAbstractNamingFactory. setNamingCase(NamingCase nameCase)NamingFactoryNamingFactory. setNamingCase(NamingCase nameCase)Method to set the required case of the names.
-