Uses of Interface
com.atlassian.confluence.impl.core.persistence.hibernate.ConfigurableConnectionProviderSupplier
-
-
Uses of ConfigurableConnectionProviderSupplier in com.atlassian.confluence.impl.core.persistence.hibernate
Classes in com.atlassian.confluence.impl.core.persistence.hibernate that implement ConfigurableConnectionProviderSupplier Modifier and Type Class Description classDefaultConnectionProviderSupplierThis class provides the ConnectionProvider that's shared by all SessionFactory objects in Confluence.Constructors in com.atlassian.confluence.impl.core.persistence.hibernate with parameters of type ConfigurableConnectionProviderSupplier Constructor Description ConfigurableLocalSessionFactoryBean(@NonNull ConfigurableConnectionProviderSupplier connectionProviderSupplier) -
Uses of ConfigurableConnectionProviderSupplier in com.atlassian.confluence.impl.hibernate
Constructors in com.atlassian.confluence.impl.hibernate with parameters of type ConfigurableConnectionProviderSupplier Constructor Description ConfluenceLocalSessionFactoryBean(ConfigurableConnectionProviderSupplier connectionSupplier) -
Uses of ConfigurableConnectionProviderSupplier in com.atlassian.confluence.importexport.impl
Constructors in com.atlassian.confluence.importexport.impl with parameters of type ConfigurableConnectionProviderSupplier Constructor Description ConfluenceLocalSessionFactoryBeanForBackup(ConfigurableConnectionProviderSupplier connectionProviderSupplier)
-