Uses of Class
org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
Packages that use AbstractDelegatingSessionBuilder
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of AbstractDelegatingSessionBuilder in org.hibernate.engine.spi
Subclasses of AbstractDelegatingSessionBuilder in org.hibernate.engine.spiModifier 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.