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