|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatelessSessionBuilder | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
| org.hibernate.jmx | This package exposes a Hibernate instance via JMX. |
| Uses of StatelessSessionBuilder in org.hibernate |
|---|
| Methods in org.hibernate that return StatelessSessionBuilder | |
|---|---|
StatelessSessionBuilder |
StatelessSessionBuilder.connection(Connection connection)
Adds a specific connection to the session options |
StatelessSessionBuilder |
StatelessSessionBuilder.tenantIdentifier(String tenantIdentifier)
Define the tenant identifier to be associated with the opened session. |
StatelessSessionBuilder |
SessionFactory.withStatelessOptions()
Obtain a StatelessSession builder. |
| Uses of StatelessSessionBuilder in org.hibernate.internal |
|---|
| Classes in org.hibernate.internal that implement StatelessSessionBuilder | |
|---|---|
static class |
SessionFactoryImpl.StatelessSessionBuilderImpl
|
| Methods in org.hibernate.internal that return StatelessSessionBuilder | |
|---|---|
StatelessSessionBuilder |
SessionFactoryImpl.StatelessSessionBuilderImpl.connection(Connection connection)
|
StatelessSessionBuilder |
SessionFactoryImpl.StatelessSessionBuilderImpl.tenantIdentifier(String tenantIdentifier)
|
StatelessSessionBuilder |
SessionFactoryImpl.withStatelessOptions()
|
| Uses of StatelessSessionBuilder in org.hibernate.jmx |
|---|
| Methods in org.hibernate.jmx that return StatelessSessionBuilder | |
|---|---|
StatelessSessionBuilder |
SessionFactoryStub.withStatelessOptions()
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||