public interface PluginHibernateSessionFactory
Hibernate session. This is a simplified session factory that allow
plugins to access correctly configured sessions from the host application.| Modifier and Type | Method and Description |
|---|---|
@NotNull Connection |
getConnection() |
@NotNull org.hibernate.Session |
getSession()
Gets the current Hibernate session
|
@NotNull @NotNull org.hibernate.Session getSession()
@Internal @NotNull @NotNull Connection getConnection()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.