Class | Description |
---|---|
BooleanStringUserType |
Boolean implementation that allows us to store Booleans as "true" and "false".
|
BooleanTypeDescriptor |
An
AbstractTypeDescriptor which maps Java Boolean values to String values containing either
"true" or "false" . |
ComparatorForQueryFactory | |
ConfigurableLocalSessionFactoryBean |
Injects extra hibernate properties, based on
HibernateConfig |
CustomOracle10gDialect |
Oracle has deprecated LONG and LONG RAW data types,
so Hibernate's standard mappings will be overridden to clob and blob.
|
EmptyStringUserType |
This class is now an alias for
EmptyStringUserType
from the atlassian-hibernate-extras library. |
GenericEnumUserType |
This class is now an alias for
GenericEnumUserType
from the atlassian-hibernate-extras library. |
HibernateDao<T> |
Generic persistence class for storing Hibernate persistence objects.
|
HqlInClauseBatchHelper |
A reusable batching helper for HQL queries using "in" clause with a list of parameters.
|
HqlInClauseBatchHelper.HqlInClauseBatchHelperBuilder | |
InternalDirectoryEntityHibernateDao<T extends InternalDirectoryEntity<U>,U extends InternalEntityAttribute> |
Superclass for DAOs that deal with
InternalDirectoryEntity , it has common logic for operating on attributes |
LiquibaseSchemaHelper |
Handles creating and upgrading the schema by running liquibase changelogs.
|
ResettableHiLoGeneratorResetter |
Utility for resetting all ResettableTableHiLoGenerators used by the entities in the current metamodel
|
SQLServerIntlDialect |
A dialect for MS SQL Server 2000 and 2005, which supports unicode characters (CWD-1070)
|
StatelessDao |
Minimal Hibernate DAO operating with stateless sessions.
|
Copyright © 2021 Atlassian. All rights reserved.