|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface Enumerated
Specifies that a persistent property or field should be persisted as a enumerated type. It may be used in conjunction with the Basic annotation.
Optional Element Summary | |
---|---|
EnumType |
value
The type used in mapping an enum type |
public abstract EnumType value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |