public static interface CallbackBuilder.CallbackRegistrar extends CallbackRegistry
Modifier and Type | Method and Description |
---|---|
void |
registerCallbacks(java.lang.Class entityClass,
Callback[] callbacks)
Register the callback against the given entity.
|
hasPostCreateCallbacks, hasPostRemoveCallbacks, hasPostUpdateCallbacks, hasRegisteredCallbacks, hasRegisteredCallbacks, postCreate, postLoad, postRemove, postUpdate, preCreate, preRemove, preUpdate
void registerCallbacks(java.lang.Class entityClass, Callback[] callbacks)
entityClass
- The entity Class to register the Callbacks againstcallbacks
- The Callbacks to register against the given entity ClassCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.