Uses of Enum
net.java.ao.schema.Case
Packages that use Case
-
Uses of Case in net.java.ao.schema
Methods in net.java.ao.schema that return CaseModifier and TypeMethodDescriptionstatic Case
Returns the enum constant of this type with the specified name.static Case[]
Case.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.java.ao.schema with parameters of type CaseModifierConstructorDescriptionUnderscoreFieldNameConverter
(Case fieldNameCase) Creates a new field name converter in which all field names will be either fully uppercase or fully lowercase.UnderscoreFieldNameConverter
(Case fieldNameCase, List<FieldNameResolver> fieldNameResolvers) UnderscoreTableNameConverter
(Case tableNameCase)