Package | Description |
---|---|
net.java.ao | |
net.java.ao.atlassian | |
net.java.ao.builder | |
net.java.ao.schema |
Modifier and Type | Method and Description |
---|---|
FieldNameConverter |
EntityManager.getFieldNameConverter()
Retrieves the
FieldNameConverter instance used for name conversion of all entity methods. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Common.convert(FieldNameConverter fnc,
java.lang.String column) |
static AnnotationDelegate |
Common.getAnnotationDelegate(FieldNameConverter converter,
java.lang.reflect.Method method)
Deprecated.
All annotation information should be resolved upfront using
EntityInfo |
static java.lang.String[] |
Common.getMappingFields(FieldNameConverter converter,
java.lang.Class<? extends RawEntity<?>> from,
java.lang.Class<? extends RawEntity<?>> to)
Deprecated.
|
static java.lang.String[] |
Common.getPolymorphicFieldNames(FieldNameConverter converter,
java.lang.Class<? extends RawEntity<?>> from,
java.lang.Class<? extends RawEntity<?>> to)
Deprecated.
|
static java.lang.String |
Common.getPrimaryKeyField(java.lang.Class<? extends RawEntity<?>> type,
FieldNameConverter converter) |
static java.util.Set<java.lang.reflect.Method> |
Common.getValueFieldsMethods(java.lang.Class<? extends RawEntity<?>> entity,
FieldNameConverter converter)
Gets all the methods of an entity that correspond to a value field.
|
static com.google.common.collect.ImmutableSet<java.lang.String> |
Common.getValueFieldsNames(EntityInfo<? extends RawEntity<?>,?> entityInfo,
FieldNameConverter converter)
Gets all the names of fields of an entity that correspond to a value field.
|
static java.util.List<java.lang.String> |
Common.preloadValue(Preload preload,
FieldNameConverter fnc) |
static java.lang.String |
Common.where(ManyToMany manyToMany,
FieldNameConverter fnc) |
static java.lang.String |
Common.where(OneToMany oneToMany,
FieldNameConverter fnc) |
static java.lang.String |
Common.where(OneToOne oneToOne,
FieldNameConverter fnc) |
Modifier and Type | Class and Description |
---|---|
class |
AtlassianFieldNameConverter |
Modifier and Type | Method and Description |
---|---|
FieldNameConverter |
SimpleNameConverters.getFieldNameConverter() |
Modifier and Type | Method and Description |
---|---|
B |
AbstractEntityManagerBuilderWithDatabaseProperties.fieldNameConverter(FieldNameConverter fieldNameConverter) |
Constructor and Description |
---|
SimpleNameConverters(TableNameConverter tableNameConverter,
FieldNameConverter fieldNameConverter,
SequenceNameConverter sequenceNameConverter,
TriggerNameConverter triggerNameConverter,
IndexNameConverter indexNameConverter,
UniqueNameConverter uniqueNameConverter) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldNameConverter
An abstract implementation of
FieldNameConverter which handles common
tasks for the name converter (i.e. |
class |
CamelCaseFieldNameConverter
Imposes a standard camelCase convention upon field names.
|
class |
UnderscoreFieldNameConverter
Imposes an underscore word-separation convention upon field names.
|
Modifier and Type | Method and Description |
---|---|
FieldNameConverter |
NameConverters.getFieldNameConverter() |
FieldNameConverter |
CachingNameConverters.getFieldNameConverter() |
Modifier and Type | Method and Description |
---|---|
static DDLField[] |
SchemaGenerator.parseFields(DatabaseProvider provider,
FieldNameConverter fieldConverter,
java.lang.Class<? extends RawEntity<?>> clazz)
Not intended for public usage.
|
Copyright © 2007-2018. All Rights Reserved.