|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityInfo | |
---|---|
net.java.ao | |
net.java.ao.schema.info |
Uses of EntityInfo in net.java.ao |
---|
Methods in net.java.ao that return EntityInfo | ||
---|---|---|
protected
|
EntityManager.resolveEntityInfo(Class<T> type)
|
Methods in net.java.ao with parameters of type EntityInfo | ||
---|---|---|
protected
|
SearchableEntityManager.getAndInstantiate(EntityInfo<T,K> entityInfo,
K key)
|
|
protected
|
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
|
EntityManager.peer(EntityInfo<T,K> entityInfo,
K... keys)
|
|
protected
|
EntityManager.peer(EntityInfo<T,K> entityInfo,
K key)
|
|
protected
|
Query.toSQL(EntityInfo<? extends RawEntity<K>,K> entityInfo,
DatabaseProvider provider,
TableNameConverter converter,
boolean count)
|
Constructors in net.java.ao with parameters of type EntityInfo | |
---|---|
ReadOnlyEntityProxy(EntityManager manager,
EntityInfo<T,K> entityInfo,
K key)
|
Uses of EntityInfo in net.java.ao.schema.info |
---|
Methods in net.java.ao.schema.info that return EntityInfo | ||
---|---|---|
|
SimpleEntityInfoResolver.resolve(Class<T> type)
|
|
|
EntityInfoResolverWrapper.resolve(Class<T> type)
|
|
|
EntityInfoResolver.resolve(Class<T> type)
|
|
|
CachingEntityInfoResolver.resolve(Class<T> type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |