Package 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
-
Method Details
-
resolve
- 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
-