Class DelegatingHikariConnectionProvider
java.lang.Object
com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider
- All Implemented Interfaces:
Serializable
,org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
,org.hibernate.service.Service
,org.hibernate.service.spi.Configurable
,org.hibernate.service.spi.Stoppable
,org.hibernate.service.spi.Wrapped
@Deprecated(forRemoval=false)
public final class DelegatingHikariConnectionProvider
extends Object
implements org.hibernate.engine.jdbc.connections.spi.ConnectionProvider, org.hibernate.service.spi.Configurable, org.hibernate.service.spi.Stoppable
Deprecated.
since 8.6, but cannot be removed due to references in existing installed confluence.cfg.xml files.
A wrapper around Hibernate5's
HikariCPConnectionProvider
- Since:
- 7.8
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
closeConnection
(Connection conn) Deprecated.void
Deprecated.Deprecated.boolean
isUnwrappableAs
(Class unwrapType) Deprecated.void
stop()
Deprecated.boolean
Deprecated.<T> T
Deprecated.
-
Constructor Details
-
DelegatingHikariConnectionProvider
public DelegatingHikariConnectionProvider()Deprecated.
-
-
Method Details
-
configure
Deprecated.- Specified by:
configure
in interfaceorg.hibernate.service.spi.Configurable
-
getConnection
Deprecated.- Specified by:
getConnection
in interfaceorg.hibernate.engine.jdbc.connections.spi.ConnectionProvider
- Throws:
SQLException
-
closeConnection
Deprecated.- Specified by:
closeConnection
in interfaceorg.hibernate.engine.jdbc.connections.spi.ConnectionProvider
- Throws:
SQLException
-
supportsAggressiveRelease
public boolean supportsAggressiveRelease()Deprecated.- Specified by:
supportsAggressiveRelease
in interfaceorg.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
stop
public void stop()Deprecated.- Specified by:
stop
in interfaceorg.hibernate.service.spi.Stoppable
-
isUnwrappableAs
Deprecated.- Specified by:
isUnwrappableAs
in interfaceorg.hibernate.service.spi.Wrapped
-
unwrap
Deprecated.- Specified by:
unwrap
in interfaceorg.hibernate.service.spi.Wrapped
-