org.hibernate.event.spi
Class FlushEntityEvent
java.lang.Object
  
org.hibernate.event.spi.AbstractEvent
      
org.hibernate.event.spi.FlushEntityEvent
- All Implemented Interfaces: 
 - Serializable
 
public class FlushEntityEvent
- extends AbstractEvent
 
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FlushEntityEvent
public FlushEntityEvent(EventSource source,
                        Object entity,
                        EntityEntry entry)
getEntityEntry
public EntityEntry getEntityEntry()
 
getDatabaseSnapshot
public Object[] getDatabaseSnapshot()
 
setDatabaseSnapshot
public void setDatabaseSnapshot(Object[] databaseSnapshot)
 
hasDatabaseSnapshot
public boolean hasDatabaseSnapshot()
 
isDirtyCheckHandledByInterceptor
public boolean isDirtyCheckHandledByInterceptor()
 
setDirtyCheckHandledByInterceptor
public void setDirtyCheckHandledByInterceptor(boolean dirtyCheckHandledByInterceptor)
 
isDirtyCheckPossible
public boolean isDirtyCheckPossible()
 
setDirtyCheckPossible
public void setDirtyCheckPossible(boolean dirtyCheckPossible)
 
getDirtyProperties
public int[] getDirtyProperties()
 
setDirtyProperties
public void setDirtyProperties(int[] dirtyProperties)
 
hasDirtyCollection
public boolean hasDirtyCollection()
 
setHasDirtyCollection
public void setHasDirtyCollection(boolean hasDirtyCollection)
 
getPropertyValues
public Object[] getPropertyValues()
 
setPropertyValues
public void setPropertyValues(Object[] propertyValues)
 
getEntity
public Object getEntity()
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.