org.apache.cayenne
Interface ExtendedEnumeration
public interface ExtendedEnumeration
An interface that Enum classes may implement to map enum instances to arbitrary DB
values that do not match the enum names or positions.
- Since:
- 3.0
Method Summary |
java.lang.Object |
getDatabaseValue()
Return the value to be stored in the database for this enumeration. |
getDatabaseValue
java.lang.Object getDatabaseValue()
- Return the value to be stored in the database for this enumeration. In actuality,
this should be an Integer or a String.
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.