- canRollbackTransaction() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
- canRollbackTransaction() - Method in interface no.g9.dataaccess.Session
-
Return true if the session has a transaction that can be rolled back.
- cleanupResult(Object) - Method in interface no.g9.jgrape.Manager
-
Deprecated.
- cleanupResult(Object, ClientContext) - Method in interface no.g9.jgrape.Manager
-
Deprecated.
- cleanupResult(Object, ClientContext, Session) - Method in interface no.g9.jgrape.Manager
-
Postprocess the result after transaction is ended
- cleanupResult(Object) - Method in class no.g9.jgrape.OsManager
-
Deprecated.
- cleanupResult(Object, ClientContext) - Method in class no.g9.jgrape.OsManager
-
Deprecated.
- cleanupResult(Object, ClientContext, Session) - Method in class no.g9.jgrape.OsManager
-
- cleanupResult(Object) - Method in class no.g9.jgrape.Role
-
Deprecated.
- cleanupResult(Object, ClientContext) - Method in class no.g9.jgrape.Role
-
Deprecated.
- cleanupResult(Object, ClientContext, Session) - Method in class no.g9.jgrape.Role
-
- cleanupResultAssociations(Object, ClientContext, Session) - Method in interface no.g9.jgrape.Manager
-
Postprocess the result after find actions
- cleanupResultAssociations(Object, ClientContext, Session) - Method in class no.g9.jgrape.OsManager
-
- cleanupResultAssociations(Object, ClientContext, Session) - Method in class no.g9.jgrape.Role
-
- clone() - Method in class no.g9.dataaccess.HibernateSessionFactory
-
This is a singleton, clone is not supported.
- cloneSession(Session) - Method in class no.g9.dataaccess.HibernateSessionFactory
-
- cloneSession(Session) - Method in interface no.g9.dataaccess.SessionFactory
-
Get a copy of the given session.
The session is not shared within the thread.
- close() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
- close() - Method in interface no.g9.dataaccess.Session
-
Close this database session.
- closeImpl() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
Subclass specific implementation of session close.
- closeImpl() - Method in class no.g9.dataaccess.HibernateSession
-
- closeImpl() - Method in class no.g9.dataaccess.HibernateStatelessSession
-
- closeSession(Session) - Method in class no.g9.dataaccess.HibernateSessionFactory
-
- closeSession(Session) - Method in interface no.g9.dataaccess.SessionFactory
-
Close the given session.
- commitTransaction() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
- commitTransaction() - Method in interface no.g9.dataaccess.Session
-
Commit the current transaction.
- connect(ObjectSelection, ClientContext) - Method in class no.g9.jgrape.JGrapeLocal
-
- connect(ObjectSelection, ClientContext, Session) - Method in interface no.g9.jgrape.Manager
-
Connect an object to it's parent.
- connect(ObjectSelection, ClientContext, Session) - Method in class no.g9.jgrape.OsManager
-
Connect an object to it's parent.
- connect(ObjectSelection, ClientContext, Session) - Method in class no.g9.jgrape.Role
-
Part of the Manager interface.
- createCriteriaImpl(FindData) - Method in class no.g9.dataaccess.AbstractHibernateSession
-
Subclass specific implementation of createCriteria.
- createCriteriaImpl(FindData) - Method in class no.g9.dataaccess.HibernateSession
-
- createCriteriaImpl(FindData) - Method in class no.g9.dataaccess.HibernateStatelessSession
-
- createManagerClassName(String, String) - Static method in class no.g9.jgrape.OsManager
-
Generate fully qualified class name from role- and package name.