public interface IdGenerator
| Modifier and Type | Method and Description |
|---|---|
<E> java.io.Serializable |
generate(E entity,
PropertyMapping<?> idPropertyMapping)
Generate.
|
boolean |
isDatabaseGeneration()
Checks if is database generation.
|
boolean |
isOrdered()
Checks if is ordered.
|
boolean isOrdered()
boolean isDatabaseGeneration()
<E> java.io.Serializable generate(E entity,
PropertyMapping<?> idPropertyMapping)
E - the element typeentity - the entityidPropertyMapping - the id property mapping