|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.tide.seam.lazy.HibernateContextManager
public class HibernateContextManager
Manager responsible for the maintaining a reference for the HibernateContext.
| Constructor Summary | |
|---|---|
HibernateContextManager()
|
|
HibernateContextManager(org.hibernate.Session session)
|
|
| Method Summary | |
|---|---|
Object |
attachEntity(Object entity,
String[] propertyNames)
Attach the passed in entity with the HibernateSession. |
protected void |
disconnectSession()
disconnects from the Hibernate Session. |
Object |
fetchEntity(Object entity,
String[] fetch)
attaches the entity to the HibernateSession. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HibernateContextManager()
public HibernateContextManager(org.hibernate.Session session)
| Method Detail |
|---|
public Object attachEntity(Object entity,
String[] propertyNames)
attachEntity in interface org.granite.tide.TidePersistenceManagerentity -
public Object fetchEntity(Object entity,
String[] fetch)
protected void disconnectSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||