| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.engine.spi | |
| org.hibernate.testing.junit4 | |
| org.hibernate.testing.transaction |
| Modifier and Type | Method and Description |
|---|---|
StatelessSession |
SessionFactory.openStatelessSession()
Open a new stateless session.
|
StatelessSession |
StatelessSessionBuilder.openStatelessSession()
Opens a session with the specified options.
|
StatelessSession |
SessionFactory.openStatelessSession(Connection connection)
Open a new stateless session, utilizing the specified JDBC
Connection. |
| Modifier and Type | Method and Description |
|---|---|
StatelessSession |
SessionFactoryDelegatingImpl.openStatelessSession() |
StatelessSession |
SessionFactoryDelegatingImpl.openStatelessSession(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseCoreFunctionalTestCase.inStatelessSession(Consumer<StatelessSession> action) |
void |
BaseNonConfigCoreFunctionalTestCase.inStatelessSession(Consumer<StatelessSession> action) |
void |
BaseNonConfigCoreFunctionalTestCase.inStatelessTransaction(Consumer<StatelessSession> action) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TransactionUtil2.inStatelessTransaction(StatelessSession session,
Consumer<StatelessSession> action) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TransactionUtil2.inStatelessSession(SessionFactoryImplementor sfi,
Consumer<StatelessSession> action) |
static void |
TransactionUtil2.inStatelessTransaction(SessionFactoryImplementor factory,
Consumer<StatelessSession> action) |
static void |
TransactionUtil2.inStatelessTransaction(StatelessSession session,
Consumer<StatelessSession> action) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.