Class EnhancerConstants


  • public final class EnhancerConstants
    extends java.lang.Object
    Constants used during enhancement.
    • Field Detail

      • PERSISTENT_FIELD_READER_PREFIX

        public static final java.lang.String PERSISTENT_FIELD_READER_PREFIX
        Prefix for persistent-field reader methods.
        See Also:
        Constant Field Values
      • PERSISTENT_FIELD_WRITER_PREFIX

        public static final java.lang.String PERSISTENT_FIELD_WRITER_PREFIX
        Prefix for persistent-field writer methods.
        See Also:
        Constant Field Values
      • ENTITY_INSTANCE_GETTER_NAME

        public static final java.lang.String ENTITY_INSTANCE_GETTER_NAME
        Name of the method used to get reference the the entity instance (this in the case of enhanced classes).
        See Also:
        Constant Field Values
      • ENTITY_ENTRY_FIELD_NAME

        public static final java.lang.String ENTITY_ENTRY_FIELD_NAME
        Name of the field used to hold the EntityEntry
        See Also:
        Constant Field Values
      • PREVIOUS_FIELD_NAME

        public static final java.lang.String PREVIOUS_FIELD_NAME
        Name of the field used to hold the previous ManagedEntity.

        Together, previous/next are used to define a "linked list"

        See Also:
        NEXT_FIELD_NAME, Constant Field Values
      • TRACKER_FIELD_NAME

        public static final java.lang.String TRACKER_FIELD_NAME
        Name of tracker field
        See Also:
        Constant Field Values
      • TRACKER_CHANGER_NAME

        public static final java.lang.String TRACKER_CHANGER_NAME
        Name of method that add changed fields
        See Also:
        Constant Field Values
      • TRACKER_HAS_CHANGED_NAME

        public static final java.lang.String TRACKER_HAS_CHANGED_NAME
        Name of method to see if any fields has changed
        See Also:
        Constant Field Values
      • TRACKER_GET_NAME

        public static final java.lang.String TRACKER_GET_NAME
        Name of method to fetch dirty attributes
        See Also:
        Constant Field Values
      • TRACKER_CLEAR_NAME

        public static final java.lang.String TRACKER_CLEAR_NAME
        Name of method to clear stored dirty attributes
        See Also:
        Constant Field Values
      • TRACKER_SUSPEND_NAME

        public static final java.lang.String TRACKER_SUSPEND_NAME
        Name of method to suspend dirty tracking
        See Also:
        Constant Field Values
      • TRACKER_COLLECTION_GET_NAME

        public static final java.lang.String TRACKER_COLLECTION_GET_NAME
        Name of method to check if collection fields are dirty
        See Also:
        Constant Field Values
      • TRACKER_COLLECTION_CHANGED_NAME

        public static final java.lang.String TRACKER_COLLECTION_CHANGED_NAME
        Name of method to check if collection fields are dirty
        See Also:
        Constant Field Values
      • TRACKER_COLLECTION_NAME

        public static final java.lang.String TRACKER_COLLECTION_NAME
        Name of the field that holds the collection tracker
        See Also:
        Constant Field Values
      • TRACKER_COLLECTION_CHANGED_FIELD_NAME

        public static final java.lang.String TRACKER_COLLECTION_CHANGED_FIELD_NAME
        Name of method to get dirty collection field names
        See Also:
        Constant Field Values
      • TRACKER_COLLECTION_CLEAR_NAME

        public static final java.lang.String TRACKER_COLLECTION_CLEAR_NAME
        Name of method to clear dirty attribute on collection fields
        See Also:
        Constant Field Values
      • TRACKER_COMPOSITE_FIELD_NAME

        public static final java.lang.String TRACKER_COMPOSITE_FIELD_NAME
        Field to hold the track the owner of the embeddable entity
        See Also:
        Constant Field Values
      • TRACKER_COMPOSITE_SET_OWNER

        public static final java.lang.String TRACKER_COMPOSITE_SET_OWNER
        Method to set the owner of the embedded entity
        See Also:
        Constant Field Values
      • TRACKER_COMPOSITE_CLEAR_OWNER

        public static final java.lang.String TRACKER_COMPOSITE_CLEAR_OWNER
        Method to clear the owner of the embedded entity
        See Also:
        Constant Field Values