public abstract class EntityInfoResolverWrapper extends Object implements EntityInfoResolver
EntityInfoResolver which delegates.| Modifier | Constructor and Description |
|---|---|
protected |
EntityInfoResolverWrapper(EntityInfoResolver delegate) |
| Modifier and Type | Method and Description |
|---|---|
<T extends RawEntity<K>,K> |
resolve(Class<T> type) |
protected EntityInfoResolverWrapper(EntityInfoResolver delegate)
public <T extends RawEntity<K>,K> EntityInfo<T,K> resolve(Class<T> type)
resolve in interface EntityInfoResolverT - the entity typeK - the type of the primary key for the entitytype - the entity interfacetable information for the entityCopyright © 2007–2021 Atlassian. All rights reserved.