net.java.ao.schema.info
Interface EntityInfoResolver

All Known Implementing Classes:
CachingEntityInfoResolver, EntityInfoResolverWrapper, SimpleEntityInfoResolver

public interface EntityInfoResolver

An interface for any class with the ability to compute the table information for an entity class

Since:
0.21

Method Summary
<T extends RawEntity<K>,K>
EntityInfo<T,K>
resolve(java.lang.Class<T> type)
           
 

Method Detail

resolve

<T extends RawEntity<K>,K> EntityInfo<T,K> resolve(java.lang.Class<T> type)
Type Parameters:
T - the entity type
K - the type of the primary key for the entity
Parameters:
type - the entity interface
Returns:
the table information for the entity


Copyright © 2007-2014. All Rights Reserved.