![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.hql.ast.tree.SessionFactoryAwareNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate Show documentation
Show all versions of hibernate Show documentation
Relational Persistence for Java
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 - 2025 Weber Informatics LLC | Privacy Policy