public interface PersistentAttributeInterceptor extends LazyPropertyInitializer.InterceptorImplementor
PersistentAttributeInterceptable
Modifier and Type | Method and Description |
---|---|
default void |
attributeInitialized(String name)
Deprecated.
Just as the method it overrides. Interceptors that deal with
lazy state should implement
BytecodeLazyAttributeInterceptor |
default Set<String> |
getInitializedLazyAttributeNames()
Deprecated.
Just as the method it overrides. Interceptors that deal with
lazy state should implement
BytecodeLazyAttributeInterceptor |
boolean |
readBoolean(Object obj,
String name,
boolean oldValue) |
byte |
readByte(Object obj,
String name,
byte oldValue) |
char |
readChar(Object obj,
String name,
char oldValue) |
double |
readDouble(Object obj,
String name,
double oldValue) |
float |
readFloat(Object obj,
String name,
float oldValue) |
int |
readInt(Object obj,
String name,
int oldValue) |
long |
readLong(Object obj,
String name,
long oldValue) |
Object |
readObject(Object obj,
String name,
Object oldValue) |
short |
readShort(Object obj,
String name,
short oldValue) |
boolean |
writeBoolean(Object obj,
String name,
boolean oldValue,
boolean newValue) |
byte |
writeByte(Object obj,
String name,
byte oldValue,
byte newValue) |
char |
writeChar(Object obj,
String name,
char oldValue,
char newValue) |
double |
writeDouble(Object obj,
String name,
double oldValue,
double newValue) |
float |
writeFloat(Object obj,
String name,
float oldValue,
float newValue) |
int |
writeInt(Object obj,
String name,
int oldValue,
int newValue) |
long |
writeLong(Object obj,
String name,
long oldValue,
long newValue) |
Object |
writeObject(Object obj,
String name,
Object oldValue,
Object newValue) |
short |
writeShort(Object obj,
String name,
short oldValue,
short newValue) |
@Deprecated default Set<String> getInitializedLazyAttributeNames()
BytecodeLazyAttributeInterceptor
getInitializedLazyAttributeNames
in interface LazyPropertyInitializer.InterceptorImplementor
@Deprecated default void attributeInitialized(String name)
BytecodeLazyAttributeInterceptor
attributeInitialized
in interface LazyPropertyInitializer.InterceptorImplementor
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.