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.
|
org.hibernate.search |
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) |
Modifier and Type | Method and Description |
---|---|
SharedSessionBuilder |
SessionImpl.sessionWithOptions() |
Modifier and Type | Interface and Description |
---|---|
interface |
FullTextSharedSessionBuilder |
Copyright © 2019 JBoss by Red Hat. All rights reserved.