|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementors of PersistentEnum are enumerated types persisted to
the database as SMALLINTs. As well as implementing toInt(),
a PersistentEnum must also provide a static method with the
signature:
public static PersistentEnum fromInt(int i)
Method Summary | |
int |
toInt()
Deprecated. |
Method Detail |
public int toInt()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |