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

org.hibernate.jdbc.BatcherFactory Maven / Gradle / Ivy

There is a newer version: 3.6.0.Beta2
Show newest version
//$Id: BatcherFactory.java 7683 2005-07-29 19:10:20Z maxcsaucdk $
package org.hibernate.jdbc;

import org.hibernate.Interceptor;


/**
 * Factory for Batcher instances.
 * @author Gavin King
 */
public interface BatcherFactory {
	public Batcher createBatcher(ConnectionManager connectionManager, Interceptor interceptor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy