Example usage for org.hibernate.engine.spi SessionFactoryImplementor interface-usage

List of usage examples for org.hibernate.engine.spi SessionFactoryImplementor interface-usage

Introduction

In this page you can find the example usage for org.hibernate.engine.spi SessionFactoryImplementor interface-usage.

Usage

From source file org.babyfish.hibernate.internal.XSessionFactoryImplementor.java

/**
 * @author Tao Chen
 */
public interface XSessionFactoryImplementor extends XSessionFactory, SessionFactoryImplementor {

    @Override

From source file org.grails.orm.hibernate.SessionFactoryProxy.java

/**
 * <p>Proxies the SessionFactory allowing for the underlying SessionFactory instance to be replaced at runtime.
 * Used to enable rebuilding of the SessionFactory at development time</p>
 *
 * <p>NOTE: This class is not for production use and is development time only!</p>
 *