当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
RefreshEvent (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.event
Class RefreshEvent
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.RefreshEvent
- All Implemented Interfaces:
- Serializable
- public class RefreshEvent
- extends AbstractEvent
Defines an event class for the refreshing of an object.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefreshEvent
public RefreshEvent(Object object,
EventSource source)
RefreshEvent
public RefreshEvent(Object object,
LockMode lockMode,
EventSource source)
getObject
public Object getObject()
getLockMode
public LockMode getLockMode()