org.hibernate.hql.ast.tree
Interface SessionFactoryAwareNode

All Known Implementing Classes:
JavaConstantNode

public interface SessionFactoryAwareNode

Interface for nodes which require access to the SessionFactory

Author:
Steve Ebersole

Method Summary
 void setSessionFactory(SessionFactoryImplementor sessionFactory)
           
 

Method Detail

setSessionFactory

void setSessionFactory(SessionFactoryImplementor sessionFactory)


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.