Package org.loom.persistence

Interface Summary
ExtendedEntityManager Interface that combines EntityManager operations and extended operations.
ExtendedEntityManagerOperations Extra operations provided as an extension of the JPA API
ExtendedHibernateEntityManager Needed for spring to proxy all the methods present in both interfaces
 

Class Summary
AbstractExtendedEntityManagerOperations Default implementation of the extended operations
ExtendedEntityManagerFactory Create the concrete ExtendedEntityManager implementation according to the provided EntityManager.
ExtendedHibernateEntityManagerImpl Extends an EntityManager with the ExtendedEntityManagerOperations interface
ExtendedHibernateJpaVendorAdapter This class exists only because HibernateJpaVendorAdapter does not have a setJpaDialect() method.
ExtendedHibernatePersistenceProvider PersistenceProvider that extends Hibernate EntityManager to ExtendedEntityManager
HibernateEntityManagerOperations Extended entity manager operations for the Hibernate JPA Implementation.
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.
 



The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.