Uses of Enum
org.datanucleus.store.schema.naming.NamingCase
Packages that use NamingCase
Package
Description
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 NamingCaseMethods in org.datanucleus.store.schema.naming that return NamingCaseModifier and TypeMethodDescriptionstatic NamingCase
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 NamingCaseModifier and TypeMethodDescriptionAbstractNamingFactory.setNamingCase
(NamingCase nameCase) NamingFactory.setNamingCase
(NamingCase nameCase) Method to set the required case of the names.