public interface IdPropertyResolver
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(Class<?> entityType,
Class<? extends Serializable> idType)
Resolves the name of the ID property.
|
String resolve(Class<?> entityType, Class<? extends Serializable> idType)
entityType - the type of the entity on which the key is definedidType - the expected type (or supertype) for the ID propertyCopyright © 2014–2016. All rights reserved.