Package 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 SummaryModifier and Type Method Description ObjectgetDatabaseValue()Return the value to be stored in the database for this enumeration.
- 
Method Details- 
getDatabaseValueObject getDatabaseValue()Return the value to be stored in the database for this enumeration. In actuality, this should be an Integer or a String.
 
-