@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
EntityManagerProxy Proxies the EntityManager, and implements EL interpolation in JPA-QL
FullTextEntityManagerProxy Marker Interface here to show that a given EntityManager is doing EL manipulation and for backwards compatibility with previous non proxy solution.
FullTextHibernateSessionProxy Marker Interface here to show that a given EntityManager is doing EL manipulation and for backwards compatibility with previous non proxy solution.
HibernateSessionProxy Marker interface that signifies a proxy is using the HibernateSessionInvocationHandler.
PersistenceContextManager Support for changing flushmodes for an existing persistence context.
 

Class Summary
AbstractPersistenceProvider Provides a default implementation of PersistenceProvider methods where possible Other methods must be implemented
EntityManagerFactory A Seam component that bootstraps an EntityManagerFactory, for use of JPA outside of Java EE 5 / Embedded JBoss.
EntityManagerInvocationHandler InvocationHandler that 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.
HibernatePersistenceProvider Support for non-standardized features of Hibernate, when used as the JPA persistence provider.
HibernateSessionFactory A Seam component that bootstraps a Hibernate SessionFactory
HibernateSessionInvocationHandler InvocationHandler that proxies the Session, and implements EL interpolation in HQL.
HibernateSessionProxyInterceptor Proxy the Hibernate Session if injected using @PersistenceContext
ManagedEntityInterceptor 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.
ManagedEntityWrapper  
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  
 

Enum Summary
PersistenceProvider.Feature  
 

Package org.jboss.seam.persistence Description

Seam components for working with JPA or Hibernate3.



Copyright © 2011 Seam Framework. All Rights Reserved.