Example usage for javax.persistence PersistenceUnitUtil interface-usage

List of usage examples for javax.persistence PersistenceUnitUtil interface-usage

Introduction

In this page you can find the example usage for javax.persistence PersistenceUnitUtil interface-usage.

Usage

From source file org.batoo.jpa.core.impl.manager.PersistenceUnitUtilImpl.java

/**
 * Implementation of persistence unit util.
 * 
 * @author hceylan
 * @since 2.0.0
 */

From source file org.apache.openjpa.persistence.EntityManagerFactoryImpl.java

/**
 * Implementation of {@link EntityManagerFactory} that acts as a
 * facade to a {@link BrokerFactory}.
 *
 * @author Marc Prud'hommeaux
 * @nojavadoc