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:
resolve
in interfaceEntityInfoResolver
- 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
-