|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JpaCallbackClass
Method Summary | |
---|---|
String |
getCallbackMethod(Class<?> callbackType)
|
String |
getName()
|
boolean |
isListener()
|
Method Detail |
---|
String getCallbackMethod(Class<?> callbackType)
callbackType
- PrePersist
, PreRemove
, PreUpdate
, PostLoad
,
PostPersist
, PostRemove
, or PostUpdate
entity
or mapped superclass
and for the supplied callback annotation class.String getName()
entity
or
mapped superclass
are defined. This can be either the entity/mapped superclass itself or an
entity listener
.boolean isListener()
true
if this callback class represents callbacks defined within an entity
listener
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |