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

org.hibernate.hql.ast.tree.SessionFactoryAwareNode Maven / Gradle / Ivy

The newest version!
package org.hibernate.hql.ast.tree;

import org.hibernate.engine.SessionFactoryImplementor;

/**
 * Interface for nodes which require access to the SessionFactory
 *
 * @author Steve Ebersole
 */
public interface SessionFactoryAwareNode {
	public void setSessionFactory(SessionFactoryImplementor sessionFactory);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy