类 EnhancerConstants


  • public final class EnhancerConstants
    extends Object
    Constants used during enhancement.
    作者:
    Steve Ebersole
    • 字段详细资料

      • PERSISTENT_FIELD_READER_PREFIX

        public static final String PERSISTENT_FIELD_READER_PREFIX
        Prefix for persistent-field reader methods.
        另请参阅:
        常量字段值
      • PERSISTENT_FIELD_WRITER_PREFIX

        public static final String PERSISTENT_FIELD_WRITER_PREFIX
        Prefix for persistent-field writer methods.
        另请参阅:
        常量字段值
      • ENTITY_INSTANCE_GETTER_NAME

        public static final String ENTITY_INSTANCE_GETTER_NAME
        Name of the method used to get reference of the entity instance (this in the case of enhanced classes).
        另请参阅:
        常量字段值
      • TRACKER_FIELD_NAME

        public static final String TRACKER_FIELD_NAME
        Name of tracker field
        另请参阅:
        常量字段值
      • TRACKER_CHANGER_NAME

        public static final String TRACKER_CHANGER_NAME
        Name of method to add changed fields
        另请参阅:
        常量字段值
      • TRACKER_HAS_CHANGED_NAME

        public static final String TRACKER_HAS_CHANGED_NAME
        Name of method to see if any fields has changed
        另请参阅:
        常量字段值
      • TRACKER_GET_NAME

        public static final String TRACKER_GET_NAME
        Name of method to fetch dirty attributes
        另请参阅:
        常量字段值
      • TRACKER_CLEAR_NAME

        public static final String TRACKER_CLEAR_NAME
        Name of method to clear stored dirty attributes
        另请参阅:
        常量字段值
      • TRACKER_SUSPEND_NAME

        public static final String TRACKER_SUSPEND_NAME
        Name of method to suspend dirty tracking
        另请参阅:
        常量字段值
      • TRACKER_COLLECTION_GET_NAME

        public static final String TRACKER_COLLECTION_GET_NAME
        Name of method to check if collection fields are dirty
        另请参阅:
        常量字段值
      • TRACKER_COLLECTION_CHANGED_NAME

        public static final String TRACKER_COLLECTION_CHANGED_NAME
        Name of method to check if collection fields are dirty
        另请参阅:
        常量字段值
      • TRACKER_COLLECTION_NAME

        public static final String TRACKER_COLLECTION_NAME
        Name of the field that holds the collection tracker
        另请参阅:
        常量字段值
      • TRACKER_COLLECTION_CHANGED_FIELD_NAME

        public static final String TRACKER_COLLECTION_CHANGED_FIELD_NAME
        Name of method to get dirty collection field names
        另请参阅:
        常量字段值
      • TRACKER_COLLECTION_CLEAR_NAME

        public static final String TRACKER_COLLECTION_CLEAR_NAME
        Name of method to clear dirty attribute on collection fields
        另请参阅:
        常量字段值
      • TRACKER_COMPOSITE_FIELD_NAME

        public static final String TRACKER_COMPOSITE_FIELD_NAME
        Field to hold the track the owner of the embeddable entity
        另请参阅:
        常量字段值
      • TRACKER_COMPOSITE_SET_OWNER

        public static final String TRACKER_COMPOSITE_SET_OWNER
        Method to set the owner of the embedded entity
        另请参阅:
        常量字段值
      • TRACKER_COMPOSITE_CLEAR_OWNER

        public static final String TRACKER_COMPOSITE_CLEAR_OWNER
        Method to clear the owner of the embedded entity
        另请参阅:
        常量字段值