public class CachingEntityInfoResolver extends EntityInfoResolverWrapper implements EntityInfoResolver
EntityInfoResolver
which caches the computed EntityInfo
for any type it is givenConstructor and Description |
---|
CachingEntityInfoResolver(EntityInfoResolver delegate) |
Modifier and Type | Method and Description |
---|---|
<T extends RawEntity<K>,K> |
resolve(Class<T> type) |
public CachingEntityInfoResolver(EntityInfoResolver delegate)
public <T extends RawEntity<K>,K> EntityInfo<T,K> resolve(Class<T> type)
resolve
in interface EntityInfoResolver
resolve
in class EntityInfoResolverWrapper
T
- the entity typeK
- the type of the primary key for the entitytype
- the entity interfacetable information
for the entityCopyright © 2007–2022 Atlassian. All rights reserved.