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 |
|
resolve(java.lang.Class<T> type)
|
resolve
<T extends RawEntity<K>,K> EntityInfo<T,K> resolve(java.lang.Class<T> type)
- Type Parameters:
T
- the entity typeK
- 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.