Class DefaultReactivePostLoadEventListener

  • All Implemented Interfaces:
    java.io.Serializable, org.hibernate.event.spi.PostLoadEventListener, org.hibernate.jpa.event.spi.CallbackRegistryConsumer

    public class DefaultReactivePostLoadEventListener
    extends java.lang.Object
    implements org.hibernate.event.spi.PostLoadEventListener, org.hibernate.jpa.event.spi.CallbackRegistryConsumer
    We do 2 things here:
    • Call Lifecycle interface if necessary
    • Perform needed EntityEntry.getLockMode() related processing
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultReactivePostLoadEventListener

        public DefaultReactivePostLoadEventListener()
    • Method Detail

      • injectCallbackRegistry

        public void injectCallbackRegistry​(org.hibernate.jpa.event.spi.CallbackRegistry callbackRegistry)
        Specified by:
        injectCallbackRegistry in interface org.hibernate.jpa.event.spi.CallbackRegistryConsumer
      • onPostLoad

        public void onPostLoad​(org.hibernate.event.spi.PostLoadEvent event)
        Specified by:
        onPostLoad in interface org.hibernate.event.spi.PostLoadEventListener