Modifier and Type | Method and Description |
---|---|
void |
PluginContentHibernateDao.setConfluenceHibernateConfig(ConfluenceHibernateConfig confluenceHibernateConfig) |
Constructor and Description |
---|
ConfigurableMappingResources(ConfluenceHibernateConfig hibernateConfig) |
Modifier and Type | Method and Description |
---|---|
static org.hibernate.dialect.Dialect |
DataAccessUtils.getDialect(ConfluenceHibernateConfig hibernateConfig)
Gets the Dialect object corresponding to the provided Hibernate configuration
|
Constructor and Description |
---|
HibernateInternalRunDetailsDao(ConfluenceHibernateConfig hibernateConfig) |
Modifier and Type | Method and Description |
---|---|
protected ConfluenceHibernateConfig |
AlterColumnCommand.getHibernateConfig() |
protected ConfluenceHibernateConfig |
DropIndexCommand.getHibernateConfig() |
Constructor and Description |
---|
AlterColumnCommand(ConfluenceHibernateConfig hibernateConfig,
String columnName) |
AlterColumnNullabilityCommand(ConfluenceHibernateConfig hibernateConfig,
String columnName,
String oldDataType,
NullChoice nullChoice)
Create an alter column to null/not null action.
|
DropIndexCommand(ConfluenceHibernateConfig hibernateConfig,
String indexName,
String tableName) |
DropUniqueConstraintCommand(ConfluenceHibernateConfig hibernateConfig,
String constraintName) |
HibernateAlterTableExecutor(ConfluenceHibernateConfig hibernateConfig,
DdlExecutor ddlExecutor) |
HibernateDdlExecutor(ConfluenceHibernateConfig hibernateConfig,
org.hibernate.SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
static net.sf.hibernate.dialect.Dialect |
DataAccessUtils.getDialect(ConfluenceHibernateConfig hibernateConfig) |
static org.hibernate.dialect.Dialect |
DataAccessUtils.getDialectV5(ConfluenceHibernateConfig hibernateConfig)
Deprecated.
since 6.4.1. Use
DataAccessUtils.getDialect(ConfluenceHibernateConfig) instead. |
Constructor and Description |
---|
DropAndRecreateSynchronyEventsIndexUpgradeTask(DdlExecutor ddlExecutor,
ConfluenceHibernateConfig hibernateConfig) |
DropSpaceGroupTablesUpgradeTask(org.hibernate.SessionFactory sessionFactory,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
ConfluenceHibernateConfig hibernateConfig) |
EmbeddedCrowdAddMissingConstraintsUpgradeTask(org.hibernate.SessionFactory sessionFactory,
ConfluenceHibernateConfig confluenceHibernateConfig,
AlterTableExecutor alterTableExecutor) |
Hibernate5ConstraintNamesPostSchemaUpgradeTask(ConfluenceHibernateConfig hibernateConfig,
AlterTableExecutor alterTableExecutor) |
Hibernate5ConstraintNamesPreSchemaUpgradeTask(ConfluenceHibernateConfig hibernateConfig,
AlterTableExecutor alterTableExecutor,
net.sf.hibernate.SessionFactory sessionFactory) |
NotificationPageColumnUpgradeTask(org.hibernate.SessionFactory sessionFactory,
BootstrapManager bootstrapManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
ConfluenceHibernateConfig hibernateConfig) |
PopulateLowerFieldsUpgradeTask(ConfluenceHibernateConfig hibernateConfig,
org.hibernate.SessionFactory sessionFactory) |
UserMappingLowerUsernameSchemaUpgradeTask(org.hibernate.SessionFactory sessionFactory,
AlterTableExecutor alterTableExecutor,
DdlExecutor ddlExecutor,
ConfluenceHibernateConfig hibernateConfig) |
Copyright © 2003–2018 Atlassian. All rights reserved.