Uses of Class
org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
Packages that use AbstractDelegatingSessionBuilder Package Description org.hibernate.engine.spi 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.spi 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.
-