org.hibernate.event.spi
Class EvictEvent
java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.EvictEvent
- All Implemented Interfaces:
- Serializable
public class EvictEvent
- extends AbstractEvent
Defines an event class for the evicting of an entity.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvictEvent
public EvictEvent(Object object,
EventSource source)
getObject
public Object getObject()
setObject
public void setObject(Object object)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.