Enum MetamodelHelper.AttributeCategory

java.lang.Object
java.lang.Enum<MetamodelHelper.AttributeCategory>
org.apache.openjpa.persistence.jest.MetamodelHelper.AttributeCategory
All Implemented Interfaces:
Serializable, Comparable<MetamodelHelper.AttributeCategory>
Enclosing class:
MetamodelHelper

public static enum MetamodelHelper.AttributeCategory extends Enum<MetamodelHelper.AttributeCategory>
Attribute Category makes a finer distinction over PersistentAttributeType declared in Attribute.PersistentAttributeType such as id, version, lob or enum.
Important: The name of the enumerated elements is important because a) some of these names are same as in Attribute.PersistentAttributeType enumeration b) names are used by XML serialization with underscores replaced by dash and decapitalized