Package org.hibernate.jpa.event.spi
Interface CallbackRegistrar
-
- All Superinterfaces:
CallbackRegistry
,Serializable
- All Known Subinterfaces:
CallbackRegistryImplementor
public interface CallbackRegistrar extends CallbackRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerCallbacks(Class<?> entityClass, Callback[] callbacks)
Register the callback against the given entity.-
Methods inherited from interface org.hibernate.jpa.event.spi.CallbackRegistry
hasRegisteredCallbacks, postCreate, postLoad, postRemove, postUpdate, preCreate, preRemove, preUpdate
-
-