javax.persistence
Annotation Type Enumerated


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Enumerated


Optional Element Summary
 EnumType value
           
 

value

public abstract EnumType value
Default:
javax.persistence.EnumType.ORDINAL


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.