public class SeamHibernateManager extends HibernateContextManager
| Constructor and Description |
|---|
SeamHibernateManager(java.lang.String sessionManagerName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disconnectSession()
Disconnects from the current hibernate session.
|
java.lang.Object |
fetchEntity(java.lang.Object entity,
java.lang.String[] fetch)
Attach the passed in entity with the HibernateManager stored
in Seam.
|
attachEntitypublic SeamHibernateManager(java.lang.String sessionManagerName)
public java.lang.Object fetchEntity(java.lang.Object entity,
java.lang.String[] fetch)
fetchEntity in class HibernateContextManagerentity - protected void disconnectSession()
disconnectSession in class HibernateContextManager