All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.event.FlushEvent Maven / Gradle / Ivy

//$Id: FlushEvent.java 6929 2005-05-27 03:54:08Z oneovthafew $
package org.hibernate.event;


/** 
 * Defines an event class for the flushing of a session.
 *
 * @author Steve Ebersole
 */
public class FlushEvent extends AbstractEvent {
	
	public FlushEvent(EventSource source) {
		super(source);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy