Class EnhancerConstants
java.lang.Object
org.hibernate.bytecode.enhance.spi.EnhancerConstants
Constants used during enhancement.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the field used to hold theEntityEntry
static final String
Name of the method used to read theEntityEntry
field.static final String
Name of the method used to write theEntityEntry
field.static final String
Name of the method used to get reference of the entity instance (this in the case of enhanced classes).static final String
Name of the field used to store thePersistentAttributeInterceptable
.static final String
Name of the method used to read the interceptorstatic final String
Name of the method used to write the interceptorstatic final String
Name of the field used to hold the previousManagedEntity
.static final String
Name of the method used to read the nextManagedEntity
fieldstatic final String
Name of the method used to write the nextManagedEntity
fieldstatic final String
Prefix for persistent-field reader methods.static final String
Prefix for persistent-field writer methods.static final String
Name of the field used to hold the previousManagedEntity
.static final String
Name of the method used to read the previousManagedEntity
fieldstatic final String
Name of the method used to write the previousManagedEntity
fieldstatic final String
Name of method to add changed fieldsstatic final String
Name of method to clear stored dirty attributesstatic final String
Name of method to get dirty collection field namesstatic final String
Name of method to check if collection fields are dirtystatic final String
Name of method to clear dirty attribute on collection fieldsstatic final String
Name of method to check if collection fields are dirtystatic final String
Name of the field that holds the collection trackerstatic final String
Method to clear the owner of the embedded entitystatic final String
Field to hold the track the owner of the embeddable entitystatic final String
Method to set the owner of the embedded entitystatic final String
Name of tracker fieldstatic final String
Name of method to fetch dirty attributesstatic final String
Name of method to see if any fields has changedstatic final String
Name of method to suspend dirty trackingstatic final String
static final String
static final String
-
Method Summary
-
Field Details
-
PERSISTENT_FIELD_READER_PREFIX
Prefix for persistent-field reader methods.- See Also:
-
PERSISTENT_FIELD_WRITER_PREFIX
Prefix for persistent-field writer methods.- See Also:
-
ENTITY_INSTANCE_GETTER_NAME
Name of the method used to get reference of the entity instance (this in the case of enhanced classes).- See Also:
-
ENTITY_ENTRY_FIELD_NAME
Name of the field used to hold theEntityEntry
- See Also:
-
ENTITY_ENTRY_GETTER_NAME
Name of the method used to read theEntityEntry
field.- See Also:
-
ENTITY_ENTRY_SETTER_NAME
Name of the method used to write theEntityEntry
field.- See Also:
-
PREVIOUS_FIELD_NAME
Name of the field used to hold the previousManagedEntity
.Together, previous/next are used to define a "linked list"
- See Also:
-
PREVIOUS_GETTER_NAME
Name of the method used to read the previousManagedEntity
field- See Also:
-
PREVIOUS_SETTER_NAME
Name of the method used to write the previousManagedEntity
field- See Also:
-
NEXT_FIELD_NAME
Name of the field used to hold the previousManagedEntity
.Together, previous/next are used to define a "linked list"
- See Also:
-
NEXT_GETTER_NAME
Name of the method used to read the nextManagedEntity
field- See Also:
-
NEXT_SETTER_NAME
Name of the method used to write the nextManagedEntity
field- See Also:
-
INTERCEPTOR_FIELD_NAME
Name of the field used to store thePersistentAttributeInterceptable
.- See Also:
-
INTERCEPTOR_GETTER_NAME
Name of the method used to read the interceptor- See Also:
-
INTERCEPTOR_SETTER_NAME
Name of the method used to write the interceptor- See Also:
-
TRACKER_FIELD_NAME
Name of tracker field- See Also:
-
TRACKER_CHANGER_NAME
Name of method to add changed fields- See Also:
-
TRACKER_HAS_CHANGED_NAME
Name of method to see if any fields has changed- See Also:
-
TRACKER_GET_NAME
Name of method to fetch dirty attributes- See Also:
-
TRACKER_CLEAR_NAME
Name of method to clear stored dirty attributes- See Also:
-
TRACKER_SUSPEND_NAME
Name of method to suspend dirty tracking- See Also:
-
TRACKER_COLLECTION_GET_NAME
Name of method to check if collection fields are dirty- See Also:
-
TRACKER_COLLECTION_CHANGED_NAME
Name of method to check if collection fields are dirty- See Also:
-
TRACKER_COLLECTION_NAME
Name of the field that holds the collection tracker- See Also:
-
TRACKER_COLLECTION_CHANGED_FIELD_NAME
Name of method to get dirty collection field names- See Also:
-
TRACKER_COLLECTION_CLEAR_NAME
Name of method to clear dirty attribute on collection fields- See Also:
-
TRACKER_COMPOSITE_FIELD_NAME
Field to hold the track the owner of the embeddable entity- See Also:
-
TRACKER_COMPOSITE_SET_OWNER
Method to set the owner of the embedded entity- See Also:
-
TRACKER_COMPOSITE_CLEAR_OWNER
Method to clear the owner of the embedded entity- See Also:
-
USE_TRACKER_FIELD_NAME
- See Also:
-
USE_TRACKER_GETTER_NAME
- See Also:
-
USE_TRACKER_SETTER_NAME
- See Also:
-