List of usage examples for javax.persistence EntityManagerFactory interface-usage
From source file dirty.mockito.spring.jpa.MockEntityManagerFactory.java
/**
* <p>
* Implements {@link EntityManagerFactory} by merely returning an existing
* (mock) {@link EntityManager}.
* </p>
* <p>
From source file com.adeptj.modules.data.jpa.internal.EntityManagerFactoryWrapper.java
/**
* A simple wrapper for {@link EntityManagerFactory}, this way {@link EntityManagerFactory} object is not directly exposed
* which further prevents the possibility of calling {@link EntityManagerFactory#close()} by consumers.
*
* @author Rakesh.Kumar, AdeptJ.
*/
From source file com.impetus.kundera.persistence.EntityManagerFactoryImpl.java
/** * The Class EntityManagerFactoryImpl. * * @author animesh.kumar */ public class EntityManagerFactoryImpl implements EntityManagerFactory {
From source file com.impetus.kundera.ejb.EntityManagerFactoryImpl.java
/** * The Class EntityManagerFactoryImpl. * * @author animesh.kumar */ public class EntityManagerFactoryImpl implements EntityManagerFactory {
From source file org.eclipse.emf.teneo.hibernate.HbEntityDataStore.java
/**
* Adds Hibernate Entitymanager behavior to the hbDataStore.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
* @version $Revision: 1.37 $
*/
From source file org.batoo.jpa.core.impl.manager.EntityManagerFactoryImpl.java
/**
* Implementation of {@link EntityManagerFactory}.
*
* @author hceylan
* @since 2.0.0
*/