List of usage examples for javax.persistence PersistenceUnitUtil interface-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