- hasActiveTransaction() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
- hasActiveTransaction() - Method in interface no.g9.dataaccess.Session
-
Return true if the session has an active transaction.
- hasActiveTransactionImpl() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
Subclass specific implementation of session hasActiveTransaction.
- hasActiveTransactionImpl() - Method in class no.g9.dataaccess.HibernateSession
-
- hasActiveTransactionImpl() - Method in class no.g9.dataaccess.HibernateStatelessSession
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.BcdType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.BinaryBlobType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.BooleanType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.EnumeratorType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.IntDateType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.IntLocalDateType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.IntType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.LongType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.PersistentDateMidnight
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.PersistentDateTime
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.PersistentLocalDate
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.PersistentLocalDateTime
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.PersistentLocalTime
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.ShortType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.TextBooleanType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.TextEnumeratorType
-
- hashCode(Object) - Method in class no.g9.dataaccess.usertype.TextType
-
- hasLockFlag(Class<?>) - Method in class no.g9.dataaccess.HibernateSession
-
- hasLockFlag(Class<?>) - Method in class no.g9.dataaccess.HibernateStatelessSession
-
- hasLockFlag(Class<?>) - Method in interface no.g9.dataaccess.Session
-
Return true if the domain class uses lock flags (optimistic
locking) in the database.
- HibernateProperties - Class in no.g9.dataaccess
-
This class holds a list of Hibernate properties and property files.
- HibernateProperties() - Constructor for class no.g9.dataaccess.HibernateProperties
-
- HibernateResources - Class in no.g9.dataaccess
-
This class holds a list of Hibernate resource files.
- HibernateResources() - Constructor for class no.g9.dataaccess.HibernateResources
-
- HibernateSession - Class in no.g9.dataaccess
-
A Hibernate implementation of the Session interface.
- HibernateSession(Session) - Constructor for class no.g9.dataaccess.HibernateSession
-
Create a new session with the given Hibernate session object.
- HibernateSessionFactory - Class in no.g9.dataaccess
-
Hibernate version of SessionFactory implemented as singleton.
- HibernateStatelessSession - Class in no.g9.dataaccess
-
A Hibernate implementation of the Session interface.
- HibernateStatelessSession(StatelessSession) - Constructor for class no.g9.dataaccess.HibernateStatelessSession
-
Create a new session with the given Hibernate session object.