Uses of Interface
com.atlassian.confluence.impl.core.persistence.hibernate.HibernateMetadataSource
-
-
Uses of HibernateMetadataSource in com.atlassian.confluence.core.persistence.schema.hibernate
Constructors in com.atlassian.confluence.core.persistence.schema.hibernate with parameters of type HibernateMetadataSource Constructor Description HibernateSchemaComparisonService(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, HibernateMetadataSource metadataSource, SchemaInformationService dbSchemaInformationService) -
Uses of HibernateMetadataSource in com.atlassian.confluence.impl.core.persistence.hibernate
Classes in com.atlassian.confluence.impl.core.persistence.hibernate that implement HibernateMetadataSource Modifier and Type Class Description classHibernateMetadataIntegratorImplements the HibernateIntegratorSPI in order to obtain access to theMetadata. -
Uses of HibernateMetadataSource in com.atlassian.confluence.impl.core.persistence.hibernate.schema
Constructors in com.atlassian.confluence.impl.core.persistence.hibernate.schema with parameters of type HibernateMetadataSource Constructor Description ConfluenceSchemaCreator(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager txManager, HibernateMetadataSource metadataSource, DdlExecutor ddlExecutor, ConfluenceSchemaHelper schemaHelper)ConfluenceSchemaCreator(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager txManager, HibernateMetadataSource metadataSource, DdlExecutor ddlExecutor, Supplier<org.hibernate.cfg.Configuration> hibernateConfigRef)ConfluenceSchemaHelper(Iterable<String> mappingResources, com.atlassian.config.db.HibernateConfig hibernateConfig, HibernateMetadataSource hibernateMetadataSource)
-