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 |
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
EntityEntry
public 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 ValuesCopyright © 2013. All rights reserved.