Enum MetamodelHelper.AttributeCategory

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<MetamodelHelper.AttributeCategory>
    Enclosing class:
    MetamodelHelper

    public static enum MetamodelHelper.AttributeCategory
    extends java.lang.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