Package org.jboss.seam.persistence

Class Summary
DefaultPersistenceProvider Abstraction layer for persistence providers (JPA implementations).
FlushModeManagerImpl Provides for programmatic configuration of the default flush mode.
HibernatePersistenceProvider Support for non-standardized features of Hibernate, when used as the JPA persistence provider.
InjectionEventListener Event listener that enables injection and initalizer methods for JPA entities

Other CDI featues such as interceptors, observer methods and decorators are not supported

TODO: should we check for the presence of invalid annotations such as @Observes and log a warning?

This listener must be enabled in orm.xml

ManagedPersistenceContextBeanLifecycle SMPC lifecycle for SMPC's configured via @ExtensionManaged
ManagedPersistenceContextExtension Extension the wraps producer methods/fields that produce an entity manager factory to turn them into Seam Managed Persistence Contexts.
ManagedPersistenceContextProxyHandler Proxy handler for the seam managed persistence context.
PersistenceContextProxyHandler Proxy handler for a EntityManager proxy that allows the use of EL in queries.
PersistenceContextsImpl Maintains the set of persistence contexts that have been touched in a conversation.
PersistenceContextsImpl.PersistenceContextDefintition  
QueryParser Parses hql queries and replaces el with named parameters
SePersistenceContextExtension Support for managed persistence contexts in a Java SE environment or Servlet container.
 

Enum Summary
DefaultPersistenceProvider.Feature  
 



Copyright © 2011 Seam Framework. All Rights Reserved.