Class LoadEvent

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

public class LoadEvent extends AbstractEvent
Defines an event class for the loading of an entity.
See Also:
  • Constructor Details

  • Method Details

    • getEntityId

      public Object getEntityId()
    • setEntityId

      public void setEntityId(Object entityId)
    • getEntityClassName

      public String getEntityClassName()
    • setEntityClassName

      public void setEntityClassName(String entityClassName)
    • isAssociationFetch

      public boolean isAssociationFetch()
    • getInstanceToLoad

      public Object getInstanceToLoad()
    • setInstanceToLoad

      public void setInstanceToLoad(Object instanceToLoad)
    • getLockOptions

      public LockOptions getLockOptions()
    • getLockMode

      public LockMode getLockMode()
    • getLockTimeout

      public int getLockTimeout()
    • getLockScope

      public boolean getLockScope()
    • getResult

      public Object getResult()
    • setResult

      public void setResult(Object result)
    • getPostLoadEvent

      public PostLoadEvent getPostLoadEvent()
    • setPostLoadEvent

      public void setPostLoadEvent(PostLoadEvent postLoadEvent)
    • getReadOnly

      public Boolean getReadOnly()
    • setReadOnly

      public void setReadOnly(Boolean readOnly)