cuba.wired
Interface CubaEntityManagerFactory

All Known Implementing Classes:
WiredManagedEntityManagerFactory

public interface CubaEntityManagerFactory

Tag-Interface for a JPA-EntityManagerFactory. This interface is used to make the cuba core implementation independent from JPA specific classes. This required for Java 1.4 version of CUBA which does not support JPA.

Author:
mbartels

Method Summary
 CubaEntityManager createCubaEntityManager()
          Creates an EntityManager.
 

Method Detail

createCubaEntityManager

CubaEntityManager createCubaEntityManager()
Creates an EntityManager.

Returns:
a CubaEntityManager