public class EnhancerConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ENTITY_ENTRY_FIELD_NAME
Name of the field used to hold the  
EntityEntry | 
static String | 
ENTITY_ENTRY_GETTER_NAME
Name of the method used to read the  
EntityEntry field. | 
static String | 
ENTITY_ENTRY_SETTER_NAME
Name of the method used to write the  
EntityEntry field. | 
static String | 
ENTITY_INSTANCE_GETTER_NAME
Name of the method used to get reference the the entity instance (this in the case of enhanced classes). 
 | 
static String | 
INTERCEPTOR_FIELD_NAME
Name of the field used to store the  
PersistentAttributeInterceptable. | 
static String | 
INTERCEPTOR_GETTER_NAME
Name of the method used to read the interceptor 
 | 
static String | 
INTERCEPTOR_SETTER_NAME
Name of the method used to write the interceptor 
 | 
static String | 
NEXT_FIELD_NAME
Name of the field used to hold the previous  
ManagedEntity. | 
static String | 
NEXT_GETTER_NAME
Name of the method used to read the next  
ManagedEntity field | 
static String | 
NEXT_SETTER_NAME
Name of the method used to write the next  
ManagedEntity field | 
static 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 previous  
ManagedEntity. | 
static String | 
PREVIOUS_GETTER_NAME
Name of the method used to read the previous  
ManagedEntity field | 
static String | 
PREVIOUS_SETTER_NAME
Name of the method used to write the previous  
ManagedEntity field | 
static String | 
TRACKER_CHANGER_NAME
Name of method that add changed fields 
 | 
static String | 
TRACKER_CLEAR_NAME
Name of method to clear stored dirty attributes 
 | 
static String | 
TRACKER_COLLECTION_CHANGED_FIELD_NAME
Name of method to get dirty collection field names 
 | 
static String | 
TRACKER_COLLECTION_CHANGED_NAME
Name of method to check if collection fields are dirty 
 | 
static String | 
TRACKER_COLLECTION_CLEAR_NAME  | 
static String | 
TRACKER_COLLECTION_NAME  | 
static String | 
TRACKER_COMPOSITE_CLEAR_OWNER  | 
static String | 
TRACKER_COMPOSITE_DIRTY_CHECK  | 
static String | 
TRACKER_COMPOSITE_DIRTY_FIELDS_GETTER  | 
static String | 
TRACKER_COMPOSITE_FIELD_NAME  | 
static String | 
TRACKER_COMPOSITE_SET_OWNER  | 
static String | 
TRACKER_FIELD_NAME
Name of tracker field 
 | 
static String | 
TRACKER_GET_NAME
Name of method to fetch dirty attributes 
 | 
static String | 
TRACKER_HAS_CHANGED_NAME
Name of method to see if any fields has changed 
 | 
public static final String PERSISTENT_FIELD_READER_PREFIX
public static final String PERSISTENT_FIELD_WRITER_PREFIX
public static final String ENTITY_INSTANCE_GETTER_NAME
public static final String ENTITY_ENTRY_FIELD_NAME
EntityEntrypublic static final String ENTITY_ENTRY_GETTER_NAME
EntityEntry field.ENTITY_ENTRY_FIELD_NAME, 
Constant Field Valuespublic static final String ENTITY_ENTRY_SETTER_NAME
EntityEntry field.ENTITY_ENTRY_FIELD_NAME, 
Constant Field Valuespublic static final String PREVIOUS_FIELD_NAME
ManagedEntity.
 
 Together, previous/next are used to define a "linked list"NEXT_FIELD_NAME, 
Constant Field Valuespublic static final String PREVIOUS_GETTER_NAME
ManagedEntity fieldPREVIOUS_FIELD_NAME, 
Constant Field Valuespublic static final String PREVIOUS_SETTER_NAME
ManagedEntity fieldPREVIOUS_FIELD_NAME, 
Constant Field Valuespublic static final String NEXT_FIELD_NAME
ManagedEntity.
 
 Together, previous/next are used to define a "linked list"PREVIOUS_FIELD_NAME, 
Constant Field Valuespublic static final String NEXT_GETTER_NAME
ManagedEntity fieldNEXT_FIELD_NAME, 
Constant Field Valuespublic static final String NEXT_SETTER_NAME
ManagedEntity fieldNEXT_FIELD_NAME, 
Constant Field Valuespublic static final String INTERCEPTOR_FIELD_NAME
PersistentAttributeInterceptable.public static final String INTERCEPTOR_GETTER_NAME
INTERCEPTOR_FIELD_NAME, 
Constant Field Valuespublic static final String INTERCEPTOR_SETTER_NAME
INTERCEPTOR_FIELD_NAME, 
Constant Field Valuespublic static final String TRACKER_FIELD_NAME
public static final String TRACKER_CHANGER_NAME
public static final String TRACKER_HAS_CHANGED_NAME
public static final String TRACKER_GET_NAME
public static final String TRACKER_CLEAR_NAME
public static final String TRACKER_COLLECTION_CHANGED_NAME
public static final String TRACKER_COLLECTION_NAME
public static final String TRACKER_COLLECTION_CHANGED_FIELD_NAME
public static final String TRACKER_COLLECTION_CLEAR_NAME
public static final String TRACKER_COMPOSITE_DIRTY_CHECK
public static final String TRACKER_COMPOSITE_DIRTY_FIELDS_GETTER
public static final String TRACKER_COMPOSITE_FIELD_NAME
public static final String TRACKER_COMPOSITE_SET_OWNER
public static final String TRACKER_COMPOSITE_CLEAR_OWNER
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.