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

org.hibernate.cfg.SecondPass Maven / Gradle / Ivy

There is a newer version: 3.6.0.Beta2
Show newest version
//$Id: SecondPass.java 10194 2006-08-03 07:53:09Z [email protected] $
package org.hibernate.cfg;

import java.io.Serializable;

import org.hibernate.MappingException;

/**
 * Second pass operation
 *
 * @author Emmanuel Bernard
 */
public interface SecondPass extends Serializable {

	void doSecondPass(java.util.Map persistentClasses)
				throws MappingException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy