| Package | Description |
|---|---|
| org.hibernate.engine.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor>
Base class for
SessionBuilderImplementor 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 |
AbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor>
Base class for
SessionBuilderImplementor 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 |
|---|---|
protected SessionBuilderImplementor |
AbstractDelegatingSessionBuilderImplementor.delegate() |
SessionBuilderImplementor |
SessionFactoryImplementor.withOptions() |
SessionBuilderImplementor |
SessionFactoryDelegatingImpl.withOptions() |
| Constructor and Description |
|---|
AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.