net.java.ao.schema.info
Class EntityInfoResolverWrapper
java.lang.Object
net.java.ao.schema.info.EntityInfoResolverWrapper
- All Implemented Interfaces:
- EntityInfoResolver
- Direct Known Subclasses:
- CachingEntityInfoResolver
public abstract class EntityInfoResolverWrapper
- extends Object
- implements EntityInfoResolver
A EntityInfoResolver
which delegates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityInfoResolverWrapper
protected EntityInfoResolverWrapper(EntityInfoResolver delegate)
resolve
public <T extends RawEntity<K>,K> EntityInfo<T,K> resolve(Class<T> type)
- Specified by:
resolve
in interface EntityInfoResolver
- 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
Copyright © 2007-2015. All Rights Reserved.