Uses of Interface
net.java.ao.schema.info.EntityInfo

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
<T extends RawEntity<K>,K>
EntityInfo<T,K>
EntityManager.resolveEntityInfo(Class<T> type)
           
 

Methods in net.java.ao with parameters of type EntityInfo
protected
<T extends RawEntity<K>,K>
T
SearchableEntityManager.getAndInstantiate(EntityInfo<T,K> entityInfo, K key)
           
protected
<T extends RawEntity<K>,K>
T
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)
           
protected
<T extends RawEntity<K>,K>
T[]
EntityManager.peer(EntityInfo<T,K> entityInfo, K... keys)
           
protected
<T extends RawEntity<K>,K>
T
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)
           
 

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
<T extends RawEntity<K>,K>
EntityInfo<T,K>
SimpleEntityInfoResolver.resolve(Class<T> type)
           
<T extends RawEntity<K>,K>
EntityInfo<T,K>
EntityInfoResolverWrapper.resolve(Class<T> type)
           
<T extends RawEntity<K>,K>
EntityInfo<T,K>
EntityInfoResolver.resolve(Class<T> type)
           
<T extends RawEntity<K>,K>
EntityInfo<T,K>
CachingEntityInfoResolver.resolve(Class<T> type)
           
 



Copyright © 2007-2014. All Rights Reserved.