Package org.hibernate.event.spi
Class RefreshEvent
java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.RefreshEvent
- All Implemented Interfaces:
Serializable
Defines an event class for the refreshing of an object.
- Author:
- Steve Ebersole
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRefreshEvent(Object object, EventSource source) RefreshEvent(Object object, LockMode lockMode, EventSource source) RefreshEvent(Object object, LockOptions lockOptions, EventSource source) RefreshEvent(String entityName, Object object, EventSource source) RefreshEvent(String entityName, Object object, LockOptions lockOptions, EventSource source) -
Method Summary
Methods inherited from class org.hibernate.event.spi.AbstractEvent
getFactory, getSession
-
Constructor Details
-
RefreshEvent
-
RefreshEvent
-
RefreshEvent
-
RefreshEvent
-
RefreshEvent
-
-
Method Details
-
getObject
-
getLockOptions
-
getLockMode
-
getEntityName
-
setEntityName
-
getLockTimeout
public int getLockTimeout() -
getLockScope
public boolean getLockScope()
-