Example usage for org.hibernate.ejb HibernateEntityManagerFactory interface-usage

List of usage examples for org.hibernate.ejb HibernateEntityManagerFactory interface-usage

Introduction

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

Usage

From source file org.fakereplace.integration.hibernate4.FakereplaceEntityManagerFactoryProxy.java

/**
 * @author Stuart Douglas
 */
public class FakereplaceEntityManagerFactoryProxy implements EntityManagerFactory, HibernateEntityManagerFactory {

    private volatile EntityManagerFactory delegate;