接口的使用
org.hibernate.jpa.event.spi.CallbackRegistry
-
使用CallbackRegistry的程序包 程序包 说明 org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate.org.hibernate.jpa.event.internal Internal details of implementing support for JPA callbacksorg.hibernate.jpa.event.spi The SPI contracts for supporting JPA lifecycle callbacks. -
-
org.hibernate.event.internal中CallbackRegistry的使用
参数类型为CallbackRegistry的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 voidAbstractSaveEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidDefaultDeleteEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidDefaultFlushEntityEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidDefaultPostLoadEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidPostDeleteEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidPostInsertEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidPostUpdateEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry) -
org.hibernate.jpa.event.internal中CallbackRegistry的使用
org.hibernate.jpa.event.internal中CallbackRegistry的子接口 修饰符和类型 接口 说明 interfaceCallbackRegistryImplementor -
org.hibernate.jpa.event.spi中CallbackRegistry的使用
org.hibernate.jpa.event.spi中CallbackRegistry的子接口 修饰符和类型 接口 说明 static interfaceCallbackBuilder.CallbackRegistrarRepresents the target of JPA callback registrations as part the EntityCallbackBuilder参数类型为CallbackRegistry的org.hibernate.jpa.event.spi中的方法 修饰符和类型 方法 说明 voidCallbackRegistryConsumer. injectCallbackRegistry(CallbackRegistry callbackRegistry)Injection of the CallbackRegistry
-