Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
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() |
Modifier and Type | Class and Description |
---|---|
static class |
SessionFactoryImpl.StatelessSessionBuilderImpl |
Modifier and Type | Method and Description |
---|---|
StatelessSessionBuilder |
SessionFactoryImpl.StatelessSessionBuilderImpl.connection(Connection connection) |
StatelessSessionBuilder |
SessionFactoryImpl.StatelessSessionBuilderImpl.setQueryParameterValidation(boolean enabled) |
StatelessSessionBuilder |
SessionFactoryImpl.StatelessSessionBuilderImpl.tenantIdentifier(String tenantIdentifier) |
StatelessSessionBuilder |
SessionFactoryImpl.withStatelessOptions() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.