| Name | Description | Type | Package | Framework |
| AbstractPersistenceProvider | Provides a default implementation of PersistenceProvider methods where possible Other methods must be implemented | Class | org.jboss.seam.persistence | JBoss Seam |
|
| EntityManagerFactory | A Seam component that bootstraps an EntityManagerFactory, for use of JPA outside of Java EE 5 / Embedded JBoss. | Class | org.jboss.seam.persistence | JBoss Seam |
|
| EntityManagerProxy | Proxies the EntityManager, and implements EL interpolationAuthor:Gavin KingSee Also:Serialized Form | Class | org.jboss.seam.persistence | JBoss Seam |
|
| EntityManagerProxyInterceptor | Proxy the EntityManager if injected using @PersistenceContextAuthor:Pete MuirSee Also:Serialized Form | Class | org.jboss.seam.persistence | JBoss Seam |
|
| Filter | Support for declarative application of Hibernate filters to persistence contexts. | Class | org.jboss.seam.persistence | JBoss Seam |
|
| FullTextEntityManagerProxy | Wrap a FullTextEntityManagerAuthor:Emmanuel BernardSee Also:Serialized Form | Class | org.jboss.seam.persistence | JBoss Seam |
|
| FullTextHibernateSessionProxy | Wraps a Hibernate Search sessionAuthor:Gavin KingSee Also:Serialized Form | Class | org.jboss.seam.persistence | JBoss Seam |
|
| HibernatePersistenceProvider | Support for non-standardized features of Hibernate, when used as the JPA persistence provider. | Class | org.jboss.seam.persistence | JBoss Seam |
|
| HibernateSessionFactory | A Seam component that bootstraps a Hibernate SessionFactory Loads Hibernate configuration options by checking: | Class | org.jboss.seam.persistence | JBoss Seam |
|
| HibernateSessionProxy | Proxies the Session, and implements EL interpolation in HQL. | Class | org.jboss.seam.persistence | JBoss Seam |
|
| HibernateSessionProxyInterceptor | Proxy the Hibernate Session if injected using @PersistenceContextAuthor:Pete MuirSee Also:Serialized Form | Class | org.jboss.seam.persistence | JBoss Seam |
|
| ManagedEntityInterceptor | Swizzles entity references around each invocation, maintaining referential integrity even across passivation of the stateful bean or Seam-managed | Class | org.jboss.seam.persistence | JBoss Seam |
|
| ManagedEntityWrapper | | Class | org.jboss.seam.persistence | JBoss Seam |
|
| ManagedHibernateSession | A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other | Class | org.jboss.seam.persistence | JBoss Seam |
|
| ManagedPersistenceContext | A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other | Class | org.jboss.seam.persistence | JBoss Seam |
|
| PersistenceContextManager | Support for changing flushmodes for an existing persistence context. | Interface | org.jboss.seam.persistence | JBoss Seam |
|
| PersistenceContexts | Maintains the set of persistence contexts that have been touched in a conversation. | Class | org.jboss.seam.persistence | JBoss Seam |
|
| PersistenceProvider | Abstraction layer for persistence providers (JPA implementations). | Class | org.jboss.seam.persistence | JBoss Seam |
|
| PersistenceProvider .Feature | | Class | org.jboss.seam.persistence.PersistenceProvider | JBoss Seam |
|
| QueryParser | | Class | org.jboss.seam.persistence | JBoss Seam |