Package net.java.ao.schema.info
Class SimpleEntityInfoResolver
java.lang.Object
net.java.ao.schema.info.SimpleEntityInfoResolver
- All Implemented Interfaces:
EntityInfoResolver
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleEntityInfoResolver
(NameConverters nameConverters, TypeManager typeManager) -
Method Summary
-
Constructor Details
-
SimpleEntityInfoResolver
-
-
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
-