.
Example:
public enum EmployeeStatus {FULL_TIME, PART_TIME, CONTRACT}
public enum SalaryRate {JUNIOR, SENIOR, MANAGER, EXECUTIVE}
@Entity public class Employee {
public EmployeeStatus getStatus() {...}
...
@Enumerated(STRING)
public SalaryRate getPayScale() {...}
...
}
- Since:
- Java Persistence 1.0
- See Also:
Basic
,
ElementCollection
Optional Element Summary |
EnumType |
value
(Optional) The type used in mapping an enum type. |
value
public abstract EnumType value
- (Optional) The type used in mapping an enum type.
-
-
- Default:
- javax.persistence.EnumType.ORDINAL
Submit a bug or feature Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41
Scripting on this page tracks web page traffic,
but does not change the content in any way.