@Namespace(value="http://jboss.com/products/seam/persistence", prefix="org.jboss.seam.persistence")

Package org.jboss.seam.persistence

Seam components for working with JPA or Hibernate3.

See:
          Description

Interface Summary
PersistenceContextManager Support for changing flushmodes for an existing persistence context.
 

Class Summary
EntityManagerFactory A Seam component that bootstraps an EntityManagerFactory, for use of JPA outside of Java EE 5 / Embedded JBoss.
EntityManagerProxy Proxies the EntityManager, and implements EL interpolation in JPA-QL
EntityManagerProxyInterceptor Proxy the EntityManager if injected using @PersistenceContext
Filter Support for declarative application of Hibernate filters to persistence contexts.
FullTextEntityManagerProxy Wrap a FullTextEntityManager
FullTextHibernateSessionProxy Wraps a Hibernate Search session
HibernatePersistenceProvider Support for non-standardized features of Hibernate, when used as the JPA persistence provider.
HibernateSessionFactory A Seam component that bootstraps a Hibernate SessionFactory
HibernateSessionProxy Proxies the Session, and implements EL interpolation in HQL.
HibernateSessionProxyInterceptor Proxy the Hibernate Session if injected using @PersistenceContext
ManagedEntityIdentityInterceptor Swizzles entity references around each invocation, maintaining referential integrity even across passivation of the stateful bean or Seam-managed extended persistence context, and allowing for more efficient replication.
ManagedHibernateSession A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
ManagedPersistenceContext A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
PersistenceContexts Maintains the set of persistence contexts that have been touched in a conversation.
PersistenceProvider Abstraction layer for persistence providers (JPA implementations).
QueryParser  
 

Package org.jboss.seam.persistence Description

Seam components for working with JPA or Hibernate3.