|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.ao.schema.info.EntityInfoResolverWrapper
net.java.ao.schema.info.CachingEntityInfoResolver
public class CachingEntityInfoResolver
A EntityInfoResolver which caches the computed EntityInfo for any type it is given
| Constructor Summary | |
|---|---|
CachingEntityInfoResolver(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 |
|---|
public CachingEntityInfoResolver(EntityInfoResolver delegate)
| Method Detail |
|---|
public <T extends RawEntity<K>,K> EntityInfo<T,K> resolve(java.lang.Class<T> type)
resolve in interface EntityInfoResolverresolve in class EntityInfoResolverWrapperT - 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 | |||||||||