Package | Description |
---|---|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SharedSessionCreationOptions
An extension of SessionCreationOptions for cases where the Session to be created shares
some part of the "transaction context" of another Session.
|
Modifier and Type | Class and Description |
---|---|
static class |
SessionFactoryImpl.StatelessSessionBuilderImpl |
Constructor and Description |
---|
AbstractSessionImpl(SessionFactoryImpl factory,
SessionCreationOptions options) |
AbstractSharedSessionContract(SessionFactoryImpl factory,
SessionCreationOptions options) |
SessionImpl(SessionFactoryImpl factory,
SessionCreationOptions options) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.