javax.persistence
Annotation Type Enumerated


@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.

Author:
Emmanuel Bernard

Optional Element Summary
 EnumType value
          The type used in mapping an enum type
 

value

public abstract EnumType value
The type used in mapping an enum type

Default:
javax.persistence.EnumType.ORDINAL