|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.java.ao.schema.info.EntityInfoResolverWrapper
public abstract class EntityInfoResolverWrapper
A EntityInfoResolver
which delegates.
Constructor Summary | |
---|---|
protected |
EntityInfoResolverWrapper(EntityInfoResolver delegate)
|
Method Summary | ||
---|---|---|
|
resolve(java.lang.Class<T> type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected EntityInfoResolverWrapper(EntityInfoResolver delegate)
Method Detail |
---|
public <T extends RawEntity<K>,K> EntityInfo<T,K> resolve(java.lang.Class<T> type)
resolve
in interface EntityInfoResolver
T
- the entity typeK
- the type of the primary key for the entitytype
- the entity interface
table information
for the entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |