| Class | Description |
|---|---|
| HibernateContextManager |
Manager responsible for the maintaining a reference for the HibernateContext.
|
| HibernatePersistenceControllerManager |
Manager responsible for looking up the EntityHome from the Seam context.
|
| PersistenceContextManager |
Manager responsible for the maintaining a refernce for the PersistenceContext(JPA).
|
| PersistenceControllerManager |
Manager responsible for looking up the EntityHome from the Seam context.
|
| SeamEntityManager |
Manager responsible for looking up the EntityManager from Seam for the
passed in SessionManagerName
|
| SeamHibernateInitializer |
Initializes a request for a passed in entity and a lazy property.
|
| SeamHibernateManager |
Manager responsible for looking up the Hibernate Session for the
passed in SessionManagerName
|
| SeamInitializer |
Initializes a request for a passed in entity and a lazy property.
|
| TideHibernatePersistenceFactory |
Factory for creating the correct ITidePersistenceManager based on the
persistence strategy passed in.
|
| TidePersistenceFactory |
Factory for creating the correct ITidePersistenceManager based on the
persistence strategy passed in.
|