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

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

There is a newer version: 4.2.4
Show newest version
//$Id: Initializable.java 7793 2005-08-10 05:06:40Z oneovthafew $
package org.hibernate.event;

import org.hibernate.cfg.Configuration;

/**
 * An event listener that requires access to mappings to
 * initialize state at initialization time.
 * @author Gavin King
 */
public interface Initializable {
	public void initialize(Configuration cfg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy