- BcdType - Class in no.g9.dataaccess.usertype
-
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
- BcdType() - Constructor for class no.g9.dataaccess.usertype.BcdType
-
- beginTransaction() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
- beginTransaction() - Method in interface no.g9.dataaccess.Session
-
Start a new transaction.
- beginTransactionImpl() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
Subclass specific implementation of session beginTransaction.
- beginTransactionImpl() - Method in class no.g9.dataaccess.HibernateSession
-
- beginTransactionImpl() - Method in class no.g9.dataaccess.HibernateStatelessSession
-
- BIG_MAX_LONG - Static variable in class no.g9.dataaccess.usertype.BcdType
-
BigDecimal-version of Long.MAX_VALUE.
- BIG_MIN_LONG - Static variable in class no.g9.dataaccess.usertype.BcdType
-
BigDecimal-version of Long.MIN_VALUE.
- BinaryBlobType - Class in no.g9.dataaccess.usertype
-
A UserType with support for reading database blobs into a byte array.
- BinaryBlobType() - Constructor for class no.g9.dataaccess.usertype.BinaryBlobType
-
- BooleanType - Class in no.g9.dataaccess.usertype
-
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
- BooleanType() - Constructor for class no.g9.dataaccess.usertype.BooleanType
-
- buildCriterionList(Object, List<String>) - Method in class no.g9.dataaccess.AbstractHibernateSession
-
- buildCriterionList(Object, List<String>) - Method in interface no.g9.dataaccess.Session
-
Build a list of "equal" criterions for the given key object and list of
attribute names.
- buildProperties() - Method in class no.g9.dataaccess.HibernateProperties
-
Build a set of properties from the local properties and
property files.
- buildQueryImpl(String) - Method in class no.g9.dataaccess.AbstractHibernateSession
-
Subclass specific implementation of buildQuery.
- buildQueryImpl(String) - Method in class no.g9.dataaccess.HibernateSession
-
- buildQueryImpl(String) - Method in class no.g9.dataaccess.HibernateStatelessSession
-
- buildQueryParameterValueList(Object, List<String>) - Method in class no.g9.dataaccess.AbstractHibernateSession
-
- buildQueryParameterValueList(Object, List<String>) - Method in interface no.g9.dataaccess.Session
-
Build a list of parameter values for the given key object and list of
attribute names.
- buildQueryString(Class<?>, List<String>) - Method in class no.g9.dataaccess.AbstractHibernateSession
-
Build a HQL query string for the given class and list of attribute names.
- buildQueryString(Class<?>, List<String>) - Method in interface no.g9.dataaccess.Session
-
Build a query string for the given class and list of attribute names.