|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A user type that may be used for a version property
Method Summary | |
Object |
next(Object current)
Increment the version. |
Object |
seed()
Generate an initial version. |
Methods inherited from interface org.hibernate.usertype.UserType |
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes |
Methods inherited from interface java.util.Comparator |
compare, equals |
Method Detail |
public Object seed()
public Object next(Object current)
current
- the current version
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |