public final class FieldInterceptorImpl extends AbstractFieldInterceptor implements net.sf.cglib.transform.impl.InterceptFieldCallback, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
readBoolean(Object target,
String name,
boolean oldValue) |
byte |
readByte(Object target,
String name,
byte oldValue) |
char |
readChar(Object target,
String name,
char oldValue) |
double |
readDouble(Object target,
String name,
double oldValue) |
float |
readFloat(Object target,
String name,
float oldValue) |
int |
readInt(Object target,
String name,
int oldValue) |
long |
readLong(Object target,
String name,
long oldValue) |
Object |
readObject(Object target,
String name,
Object oldValue) |
short |
readShort(Object target,
String name,
short oldValue) |
String |
toString() |
boolean |
writeBoolean(Object target,
String name,
boolean oldValue,
boolean newValue) |
byte |
writeByte(Object target,
String name,
byte oldValue,
byte newValue) |
char |
writeChar(Object target,
String name,
char oldValue,
char newValue) |
double |
writeDouble(Object target,
String name,
double oldValue,
double newValue) |
float |
writeFloat(Object target,
String name,
float oldValue,
float newValue) |
int |
writeInt(Object target,
String name,
int oldValue,
int newValue) |
long |
writeLong(Object target,
String name,
long oldValue,
long newValue) |
Object |
writeObject(Object target,
String name,
Object oldValue,
Object newValue) |
short |
writeShort(Object target,
String name,
short oldValue,
short newValue) |
clearDirty, dirty, getEntityName, getSession, getUninitializedFields, intercept, isDirty, isInitialized, isInitialized, isInitializing, setSessionpublic boolean readBoolean(Object target, String name, boolean oldValue)
readBoolean in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic byte readByte(Object target, String name, byte oldValue)
readByte in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic char readChar(Object target, String name, char oldValue)
readChar in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic double readDouble(Object target, String name, double oldValue)
readDouble in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic float readFloat(Object target, String name, float oldValue)
readFloat in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic int readInt(Object target, String name, int oldValue)
readInt in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic long readLong(Object target, String name, long oldValue)
readLong in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic short readShort(Object target, String name, short oldValue)
readShort in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic Object readObject(Object target, String name, Object oldValue)
readObject in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic boolean writeBoolean(Object target, String name, boolean oldValue, boolean newValue)
writeBoolean in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic byte writeByte(Object target, String name, byte oldValue, byte newValue)
writeByte in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic char writeChar(Object target, String name, char oldValue, char newValue)
writeChar in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic double writeDouble(Object target, String name, double oldValue, double newValue)
writeDouble in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic float writeFloat(Object target, String name, float oldValue, float newValue)
writeFloat in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic int writeInt(Object target, String name, int oldValue, int newValue)
writeInt in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic long writeLong(Object target, String name, long oldValue, long newValue)
writeLong in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic short writeShort(Object target, String name, short oldValue, short newValue)
writeShort in interface net.sf.cglib.transform.impl.InterceptFieldCallbackpublic Object writeObject(Object target, String name, Object oldValue, Object newValue)
writeObject in interface net.sf.cglib.transform.impl.InterceptFieldCallbackCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved