Example usage for org.hibernate SessionFactory interface-usage

List of usage examples for org.hibernate SessionFactory interface-usage

Introduction

In this page you can find the example usage for org.hibernate SessionFactory interface-usage.

Usage

From source file org.babyfish.hibernate.XSessionFactory.java

/**
 * @author Tao Chen
 */
public interface XSessionFactory extends SessionFactory {

    @Override

From source file org.beangle.model.persist.hibernate.internal.SessionFactoryWrapper.java

@SuppressWarnings({ "deprecation", "serial" })
public class SessionFactoryWrapper implements SessionFactory {

    private SessionFactory cur;

    public SessionFactoryWrapper() {

From source file org.codehaus.griffon.runtime.hibernate3.SessionFactoryDecorator.java

/**
 * @author Andres Almiray
 */
public class SessionFactoryDecorator implements SessionFactory {
    private final SessionFactory delegate;

From source file org.codehaus.griffon.runtime.hibernate4.SessionFactoryDecorator.java

/**
 * @author Andres Almiray
 */
public class SessionFactoryDecorator implements SessionFactory {
    private final SessionFactory delegate;

From source file org.codehaus.griffon.runtime.hibernate5.SessionFactoryDecorator.java

/**
 * @author Andres Almiray
 */
public class SessionFactoryDecorator implements SessionFactory {
    private final SessionFactory delegate;

From source file org.codehaus.groovy.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>
 *

From source file org.eclipse.emf.teneo.hibernate.HbBaseSessionDataStore.java

/**
 * Holds the sessionfactory related methods, makes the HbSessionDataStore better
 * readable.
 * 
 * @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
 * @version $Revision: 1.11 $

From source file org.jboss.ejb3.entity.InjectedSessionFactory.java

/**
 * Comment
 *
 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
 * @version $Revision: 57207 $
 */

From source file org.jboss.ejb3.jpa.integration.AbstractSessionFactoryDelegator.java

/**
 * @author <a href="mailto:cdewolf@redhat.com">Carlo de Wolf</a>
 * @version $Revision: $
 */
public abstract class AbstractSessionFactoryDelegator extends Hibernate3_5SessionFactoryDelegator
        implements SessionFactory {

From source file org.jboss.ejb3.jpa.integration.test.api.DummySessionFactory.java

/**
 * The compiler will make sure we're API complete.
 * 
 * @author <a href="mailto:cdewolf@redhat.com">Carlo de Wolf</a>
 * @version $Revision: $
 */