Uses of Interface
org.hibernate.StatelessSession
-
-
Uses of StatelessSession in org.hibernate
Methods in org.hibernate that return StatelessSession Modifier and Type Method Description StatelessSessionSessionFactory. openStatelessSession()Open a new stateless session.StatelessSessionSessionFactory. openStatelessSession(java.sql.Connection connection)Open a new stateless session, utilizing the specified JDBCConnection.StatelessSessionStatelessSessionBuilder. openStatelessSession()Opens a session with the specified options. -
Uses of StatelessSession in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return StatelessSession Modifier and Type Method Description StatelessSessionSessionFactoryDelegatingImpl. openStatelessSession()StatelessSessionSessionFactoryDelegatingImpl. openStatelessSession(java.sql.Connection connection) -
Uses of StatelessSession in org.hibernate.testing.junit4
Method parameters in org.hibernate.testing.junit4 with type arguments of type StatelessSession Modifier and Type Method Description protected voidBaseCoreFunctionalTestCase. inStatelessSession(java.util.function.Consumer<StatelessSession> action)voidBaseNonConfigCoreFunctionalTestCase. inStatelessSession(java.util.function.Consumer<StatelessSession> action)voidBaseNonConfigCoreFunctionalTestCase. inStatelessTransaction(java.util.function.Consumer<StatelessSession> action) -
Uses of StatelessSession in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type StatelessSession Modifier and Type Method Description voidSessionFactoryScope. inStatelessTransaction(StatelessSession session, java.util.function.Consumer<StatelessSession> action)Method parameters in org.hibernate.testing.orm.junit with type arguments of type StatelessSession Modifier and Type Method Description voidSessionFactoryScope. inStatelessSession(java.util.function.Consumer<StatelessSession> action)voidSessionFactoryScope. inStatelessTransaction(java.util.function.Consumer<StatelessSession> action)voidSessionFactoryScope. inStatelessTransaction(StatelessSession session, java.util.function.Consumer<StatelessSession> action) -
Uses of StatelessSession in org.hibernate.testing.orm.transaction
Methods in org.hibernate.testing.orm.transaction with parameters of type StatelessSession Modifier and Type Method Description static voidTransactionUtil. inTransaction(StatelessSession session, java.util.function.Consumer<StatelessSession> action)Method parameters in org.hibernate.testing.orm.transaction with type arguments of type StatelessSession Modifier and Type Method Description static voidTransactionUtil. inTransaction(StatelessSession session, java.util.function.Consumer<StatelessSession> action) -
Uses of StatelessSession in org.hibernate.testing.transaction
Methods in org.hibernate.testing.transaction with parameters of type StatelessSession Modifier and Type Method Description static voidTransactionUtil2. inStatelessTransaction(StatelessSession session, java.util.function.Consumer<StatelessSession> action)Method parameters in org.hibernate.testing.transaction with type arguments of type StatelessSession Modifier and Type Method Description static voidTransactionUtil2. inStatelessSession(SessionFactoryImplementor sfi, java.util.function.Consumer<StatelessSession> action)static voidTransactionUtil2. inStatelessTransaction(SessionFactoryImplementor factory, java.util.function.Consumer<StatelessSession> action)static voidTransactionUtil2. inStatelessTransaction(StatelessSession session, java.util.function.Consumer<StatelessSession> action)
-