public class HibernateContextManager
extends java.lang.Object
implements org.granite.tide.TidePersistenceManager
| Constructor and Description |
|---|
HibernateContextManager() |
HibernateContextManager(org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
attachEntity(java.lang.Object entity,
java.lang.String[] propertyNames)
Attach the passed in entity with the HibernateSession.
|
protected void |
disconnectSession()
disconnects from the Hibernate Session.
|
java.lang.Object |
fetchEntity(java.lang.Object entity,
java.lang.String[] fetch)
attaches the entity to the HibernateSession.
|
public HibernateContextManager()
public HibernateContextManager(org.hibernate.Session session)
public java.lang.Object attachEntity(java.lang.Object entity,
java.lang.String[] propertyNames)
attachEntity in interface org.granite.tide.TidePersistenceManagerentity - public java.lang.Object fetchEntity(java.lang.Object entity,
java.lang.String[] fetch)
protected void disconnectSession()