Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
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 |
SessionFactoryDelegatingImpl.withOptions() |
SessionBuilderImplementor |
SessionFactoryImplementor.withOptions() |
Constructor and Description |
---|
AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate) |
Modifier and Type | Method and Description |
---|---|
SessionBuilderImplementor |
SessionFactoryImpl.withOptions() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.