Package com.atlassian.crowd.util.persistence.hibernate
package com.atlassian.crowd.util.persistence.hibernate
-
ClassDescriptionBoolean implementation that allows us to store Booleans as "true" and "false".An
AbstractTypeDescriptor
which maps JavaBoolean
values toString
values containing either"true"
or"false"
.Injects extra hibernate properties, based onHibernateConfig
Oracle has deprecated LONG and LONG RAW data types, so Hibernate's standard mappings will be overridden to clob and blob.This class is now an alias forEmptyStringUserType
from theatlassian-hibernate-extras
library.This class is now an alias forGenericEnumUserType
from theatlassian-hibernate-extras
library.HibernateDao<T>Generic persistence class for storing Hibernate persistence objects.A reusable batching helper for HQL queries using "in" clause with a list of parameters.InternalDirectoryEntityHibernateDao<T extends InternalDirectoryEntity<U>,U extends InternalEntityAttribute> Superclass for DAOs that deal withInternalDirectoryEntity
, it has common logic for operating on attributesHandles creating and upgrading the schema by running liquibase changelogs.Utility for resetting all ResettableTableHiLoGenerators used by the entities in the current metamodelA dialect for MS SQL Server 2000 and 2005, which supports unicode characters (CWD-1070)Minimal Hibernate DAO operating with stateless sessions.