Modifier and Type | Method and Description |
---|---|
void |
PluginContentHibernateDao.setConfluenceHibernateConfig(ConfluenceHibernateConfig confluenceHibernateConfig) |
Constructor and Description |
---|
ConfigurableMappingResources(ConfluenceHibernateConfig hibernateConfig) |
Modifier and Type | Method and Description |
---|---|
protected ConfluenceHibernateConfig |
DropIndexCommand.getHibernateConfig() |
protected ConfluenceHibernateConfig |
AlterColumnCommand.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,
net.sf.hibernate.SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
static net.sf.hibernate.dialect.Dialect |
DataAccessUtils.getDialect(ConfluenceHibernateConfig hibernateConfig) |
Constructor and Description |
---|
NotificationPageColumnUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory,
BootstrapManager bootstrapManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
DropForeignKeyConstraintCommandFactory dropForeignKeyConstraintCommandFactory,
ConfluenceHibernateConfig hibernateConfig) |
UserMappingLowerUsernameSchemaUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory,
AlterTableExecutor alterTableExecutor,
DdlExecutor ddlExecutor,
ConfluenceHibernateConfig hibernateConfig) |
Copyright © 2003–2015 Atlassian. All rights reserved.