Package com.atlassian.hibernate
Class ConfluenceBackupSessionContext
java.lang.Object
com.atlassian.hibernate.ConfluenceBackupSessionContext
- All Implemented Interfaces:
Serializable
,org.hibernate.context.spi.CurrentSessionContext
@Deprecated(forRemoval=true)
public class ConfluenceBackupSessionContext
extends Object
implements org.hibernate.context.spi.CurrentSessionContext
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceBackupSessionContext
(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.Session
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ConfluenceBackupSessionContext
public ConfluenceBackupSessionContext(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
currentSession
public org.hibernate.Session currentSession() throws org.hibernate.HibernateExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
currentSession
in interfaceorg.hibernate.context.spi.CurrentSessionContext
- Throws:
org.hibernate.HibernateException
-