|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Case | |
---|---|
net.java.ao.schema |
Uses of Case in net.java.ao.schema |
---|
Methods in net.java.ao.schema that return Case | |
---|---|
static Case |
Case.valueOf(String name)
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 Case | |
---|---|
UnderscoreFieldNameConverter(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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |