Package org.hibernate.jpa.event.internal
Interface CallbackRegistryImplementor
-
- All Superinterfaces:
CallbackRegistrar
,CallbackRegistry
,Serializable
public interface CallbackRegistryImplementor extends CallbackRegistrar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
release()
-
Methods inherited from interface org.hibernate.jpa.event.spi.CallbackRegistrar
registerCallbacks
-
Methods inherited from interface org.hibernate.jpa.event.spi.CallbackRegistry
hasRegisteredCallbacks, postCreate, postLoad, postRemove, postUpdate, preCreate, preRemove, preUpdate
-
-