public class SimpleEntityInfoResolver extends Object implements EntityInfoResolver
Constructor and Description |
---|
SimpleEntityInfoResolver(NameConverters nameConverters,
TypeManager typeManager) |
Modifier and Type | Method and Description |
---|---|
<T extends RawEntity<K>,K> |
resolve(Class<T> type) |
public SimpleEntityInfoResolver(NameConverters nameConverters, TypeManager typeManager)
public <T extends RawEntity<K>,K> EntityInfo<T,K> resolve(Class<T> type)
resolve
in interface EntityInfoResolver
T
- the entity typeK
- the type of the primary key for the entitytype
- the entity interfacetable information
for the entityCopyright © 2007–2023 Atlassian. All rights reserved.