public abstract class AttributeTypeDescriptor extends Object
PersistentAttributeInterceptor| Constructor and Description |
|---|
AttributeTypeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildInLineDirtyCheckingBodyFragment(EnhancementContext context,
javassist.CtField currentValue) |
abstract String |
buildReadInterceptionBodyFragment(String fieldName) |
abstract String |
buildWriteInterceptionBodyFragment(String fieldName) |
static AttributeTypeDescriptor |
resolve(javassist.CtField persistentField)
factory method to get the AttributeTypeDescriptor for a particular field type
|
public abstract String buildReadInterceptionBodyFragment(String fieldName)
public abstract String buildWriteInterceptionBodyFragment(String fieldName)
public String buildInLineDirtyCheckingBodyFragment(EnhancementContext context, javassist.CtField currentValue)
public static AttributeTypeDescriptor resolve(javassist.CtField persistentField) throws javassist.NotFoundException
javassist.NotFoundExceptionCopyright © 2016. All rights reserved.