org.hibernate.event.spi
Class AutoFlushEvent
java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.FlushEvent
org.hibernate.event.spi.AutoFlushEvent
- All Implemented Interfaces:
- Serializable
public class AutoFlushEvent
- extends FlushEvent
Defines an event class for the auto-flushing of a session.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoFlushEvent
public AutoFlushEvent(Set querySpaces,
EventSource source)
getQuerySpaces
public Set getQuerySpaces()
setQuerySpaces
public void setQuerySpaces(Set querySpaces)
isFlushRequired
public boolean isFlushRequired()
setFlushRequired
public void setFlushRequired(boolean dirty)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.