Uses of Interface
org.hibernate.engine.spi.SessionBuilderImplementor
-
Packages that use SessionBuilderImplementor Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of SessionBuilderImplementor in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement SessionBuilderImplementor Modifier and Type Class Description class
AbstractDelegatingSessionBuilderImplementor
Base class forSessionBuilderImplementor
implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.Methods in org.hibernate.engine.spi that return SessionBuilderImplementor Modifier and Type Method Description protected SessionBuilderImplementor
AbstractDelegatingSessionBuilderImplementor. delegate()
SessionBuilderImplementor
SessionFactoryDelegatingImpl. withOptions()
SessionBuilderImplementor
SessionFactoryImplementor. withOptions()
Constructors in org.hibernate.engine.spi with parameters of type SessionBuilderImplementor Constructor Description AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate)
-
Uses of SessionBuilderImplementor in org.hibernate.internal
Classes in org.hibernate.internal that implement SessionBuilderImplementor Modifier and Type Class Description static class
SessionFactoryImpl.SessionBuilderImpl
-