| Package | Description |
|---|---|
| net.java.ao.schema |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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) |
Copyright © 2007–2021 Atlassian. All rights reserved.