| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.engine.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatelessSessionBuilder<T extends StatelessSessionBuilder>
Represents a consolidation of all stateless session creation options into a builder style delegate.
|
| Modifier and Type | Method and Description |
|---|---|
StatelessSessionBuilder |
SessionFactory.withStatelessOptions()
Obtain a
StatelessSession builder. |
| Modifier and Type | Method and Description |
|---|---|
StatelessSessionBuilder |
SessionFactoryDelegatingImpl.withStatelessOptions() |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.