public class EntityIdHelperFactory
extends java.lang.Object
Constructor and Description |
---|
EntityIdHelperFactory() |
Modifier and Type | Method and Description |
---|---|
static <E extends EntityIdHelper<?,java.lang.Integer>> |
getEntityIdHelper(java.lang.Class<?> type)
Returns the EntityIdHelper for the passed in type, the EntityIdHelper is user to get the unique id of the passed in type.
|
public static <E extends EntityIdHelper<?,java.lang.Integer>> E getEntityIdHelper(java.lang.Class<?> type)
type
-