程序包的使用
org.hibernate.jpa.event.spi
-
使用org.hibernate.jpa.event.spi的程序包 程序包 说明 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使用的org.hibernate.jpa.event.spi中的类 类 说明 CallbackRegistry Registry of Callbacks by entity and typeCallbackRegistryConsumer Contract for injecting the registry of Callbacks into event listeners. -
org.hibernate.jpa.event.internal使用的org.hibernate.jpa.event.spi中的类 类 说明 CallbackBuilder Contract for walking an entity hierarchy and building a list of JPA callbacksCallbackBuilder.CallbackRegistrar Represents the target of JPA callback registrations as part the EntityCallbackBuilderCallbackRegistry Registry of Callbacks by entity and type -
org.hibernate.jpa.event.spi使用的org.hibernate.jpa.event.spi中的类 类 说明 Callback Represents a JPA event callback (the method).CallbackBuilder.CallbackRegistrar Represents the target of JPA callback registrations as part the EntityCallbackBuilderCallbackRegistry Registry of Callbacks by entity and typeCallbackType