Package net.java.ao.schema.info
Class EntityInfoResolverWrapper
java.lang.Object
net.java.ao.schema.info.EntityInfoResolverWrapper
- All Implemented Interfaces:
EntityInfoResolver
- Direct Known Subclasses:
CachingEntityInfoResolver
A
EntityInfoResolver which delegates.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EntityInfoResolverWrapper
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceEntityInfoResolver- Type Parameters:
T- the entity typeK- the type of the primary key for the entity- Parameters:
type- the entity interface- Returns:
- the
table informationfor the entity
-