Uses of Interface
org.hibernate.engine.spi.SessionBuilderImplementor
Packages that use SessionBuilderImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of SessionBuilderImplementor in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement SessionBuilderImplementorModifier and TypeClassDescriptionclass
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 SessionBuilderImplementorModifier and TypeMethodDescriptionprotected SessionBuilderImplementor
AbstractDelegatingSessionBuilderImplementor.delegate()
SessionFactoryDelegatingImpl.withOptions()
SessionFactoryImplementor.withOptions()
Constructors in org.hibernate.engine.spi with parameters of type SessionBuilderImplementorModifierConstructorDescription -
Uses of SessionBuilderImplementor in org.hibernate.internal
Classes in org.hibernate.internal that implement SessionBuilderImplementor