Class ResetOriginalValuesLoadEventListener

Object
org.hibernate.event.internal.DefaultLoadEventListener
com.liferay.portal.dao.orm.hibernate.event.ResetOriginalValuesLoadEventListener
All Implemented Interfaces:
Serializable, org.hibernate.event.spi.LoadEventListener

public class ResetOriginalValuesLoadEventListener extends org.hibernate.event.internal.DefaultLoadEventListener
Author:
Tina Tian
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.hibernate.event.spi.LoadEventListener

    org.hibernate.event.spi.LoadEventListener.LoadType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from interface org.hibernate.event.spi.LoadEventListener

    GET, IMMEDIATE_LOAD, INTERNAL_LOAD_EAGER, INTERNAL_LOAD_LAZY, INTERNAL_LOAD_NULLABLE, LOAD, RELOAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLoad(org.hibernate.event.spi.LoadEvent loadEvent, org.hibernate.event.spi.LoadEventListener.LoadType loadType)
     

    Methods inherited from class org.hibernate.event.internal.DefaultLoadEventListener

    getPersister, loadFromDatasource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ResetOriginalValuesLoadEventListener

      public ResetOriginalValuesLoadEventListener()
  • Method Details

    • onLoad

      public void onLoad(org.hibernate.event.spi.LoadEvent loadEvent, org.hibernate.event.spi.LoadEventListener.LoadType loadType) throws org.hibernate.HibernateException
      Specified by:
      onLoad in interface org.hibernate.event.spi.LoadEventListener
      Overrides:
      onLoad in class org.hibernate.event.internal.DefaultLoadEventListener
      Throws:
      org.hibernate.HibernateException