Package org.loom.persistence

Interface Summary
ExtendedEntityManager Interface that combines EntityManager operations and extended operations.
HibernateExtendedEntityManager Needed for spring to proxy all the methods present in both interfaces
 

Class Summary
AbstractExtendedEntityManager Default implementation of the extended operations
ExtendedEntityManagerFactory Create the concrete ExtendedEntityManager implementation according to the provided EntityManager.
ExtendedHibernateJpaVendorAdapter Deprecated. use HibernateExtendedJpaVendorAdapter instead
ExtendedPersistenceProvider PersistenceProvider that extends Hibernate EntityManager to ExtendedEntityManager
HibernateExtendedEntityManagerImpl Extended entity manager operations for the Hibernate JPA Implementation.
HibernateExtendedJpaVendorAdapter This class exists only because HibernateJpaVendorAdapter does not have a setJpaDialect() method.
PackagesPersistenceUnitPostProcessor Adds persistent classes found in the specified packages to your JPA config.
TransactionalService An ExtendedEntityManager wrapper that offer transactional access to address common needs.