Uses of Interface
net.java.ao.schema.info.EntityInfo
Packages that use EntityInfo
-
Uses of EntityInfo in net.java.ao
Methods in net.java.ao that return EntityInfoModifier and TypeMethodDescriptionprotected <T extends RawEntity<K>,K>
EntityInfo<T,K> EntityManager.resolveEntityInfo(Class<T> type) Methods in net.java.ao with parameters of type EntityInfoModifier and TypeMethodDescriptionprotected <T extends RawEntity<K>,K>
TEntityManager.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>
TEntityManager.peer(EntityInfo<T, K> entityInfo, K key) protected <T extends RawEntity<K>,K>
T[]EntityManager.peer(EntityInfo<T, K> entityInfo, K... keys) protected <K> StringQuery.toSQL(EntityInfo<? extends RawEntity<K>, K> entityInfo, DatabaseProvider provider, TableNameConverter converter, boolean count) Constructors in net.java.ao with parameters of type EntityInfoModifierConstructorDescriptionReadOnlyEntityProxy(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 EntityInfoModifier and TypeMethodDescription<T extends RawEntity<K>,K>
EntityInfo<T,K> <T extends RawEntity<K>,K>
EntityInfo<T,K> <T extends RawEntity<K>,K>
EntityInfo<T,K> <T extends RawEntity<K>,K>
EntityInfo<T,K>