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 |
|---|---|
Connection |
getConnection() |
org.hibernate.Session |
getSession()
Gets the current Hibernate session
|
@NotNull org.hibernate.Session getSession()
@Internal @NotNull Connection getConnection()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.