Package | Description |
---|---|
net.java.ao | |
net.java.ao.schema.info |
Modifier and Type | Method and Description |
---|---|
protected <T extends RawEntity<K>,K> |
EntityManager.resolveEntityInfo(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
protected <T extends RawEntity<K>,K> |
EntityManager.getAndInstantiate(EntityInfo<T,K> entityInfo,
K key)
Creates a new instance of the entity of the specified type corresponding to the given primary key.
|
String[] |
Query.getCanonicalFields(EntityInfo<?,?> entityInfo) |
static com.google.common.collect.ImmutableSet<String> |
Common.getValueFieldsNames(EntityInfo<? extends RawEntity<?>,?> entityInfo,
FieldNameConverter converter)
Gets all the names of fields of an entity that correspond to a value field.
|
protected <T extends RawEntity<K>,K> |
EntityManager.peer(EntityInfo<T,K> entityInfo,
K... keys) |
protected <T extends RawEntity<K>,K> |
EntityManager.peer(EntityInfo<T,K> entityInfo,
K key) |
protected <K> String |
Query.toSQL(EntityInfo<? extends RawEntity<K>,K> entityInfo,
DatabaseProvider provider,
TableNameConverter converter,
boolean count) |
Constructor and Description |
---|
ReadOnlyEntityProxy(EntityManager manager,
EntityInfo<T,K> entityInfo,
K key) |
Modifier and Type | Method and Description |
---|---|
<T extends RawEntity<K>,K> |
SimpleEntityInfoResolver.resolve(Class<T> type) |
<T extends RawEntity<K>,K> |
EntityInfoResolverWrapper.resolve(Class<T> type) |
<T extends RawEntity<K>,K> |
EntityInfoResolver.resolve(Class<T> type) |
<T extends RawEntity<K>,K> |
CachingEntityInfoResolver.resolve(Class<T> type) |
Copyright © 2007–2021 Atlassian. All rights reserved.