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