| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.engine.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SharedSessionBuilder<T extends SharedSessionBuilder>
Specialized
SessionBuilder with access to stuff from another session. |
| Modifier and Type | Method and Description |
|---|---|
SharedSessionBuilder |
Session.sessionWithOptions()
Obtain a
Session builder with the ability to grab certain information from this session. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingSharedSessionBuilder<T extends SharedSessionBuilder>
Base class for
SharedSessionBuilder implementations that wish to implement only parts of that contract
themselves while forwarding other method invocations to a delegate instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingSharedSessionBuilder<T extends SharedSessionBuilder>
Base class for
SharedSessionBuilder implementations that wish to implement only parts of that contract
themselves while forwarding other method invocations to a delegate instance. |
| Modifier and Type | Method and Description |
|---|---|
SharedSessionBuilder |
AbstractDelegatingSharedSessionBuilder.delegate() |
SharedSessionBuilder |
SessionDelegatorBaseImpl.sessionWithOptions() |
| Constructor and Description |
|---|
AbstractDelegatingSharedSessionBuilder(SharedSessionBuilder delegate) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.