Class RefreshEvent

java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.RefreshEvent
All Implemented Interfaces:
Serializable

public class RefreshEvent extends AbstractEvent
Defines an event class for the refreshing of an object.
See Also:
  • Constructor Details

  • Method Details

    • getObject

      public Object getObject()
    • getLockOptions

      public LockOptions getLockOptions()
    • getLockMode

      public LockMode getLockMode()
    • getEntityName

      public String getEntityName()
    • setEntityName

      public void setEntityName(String entityName)
    • getLockTimeout

      public int getLockTimeout()
    • getLockScope

      public boolean getLockScope()