Uses of Interface
org.hibernate.engine.spi.SessionBuilderImplementor
-
Packages that use SessionBuilderImplementor Package Description org.hibernate.engine.spi -
-
Uses of SessionBuilderImplementor in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with type parameters of type SessionBuilderImplementor Modifier and Type Class Description classAbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor>Base class forSessionBuilderImplementorimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.Classes in org.hibernate.engine.spi that implement SessionBuilderImplementor Modifier and Type Class Description classAbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor>Base class forSessionBuilderImplementorimplementations 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 SessionBuilderImplementorAbstractDelegatingSessionBuilderImplementor. delegate()SessionBuilderImplementorSessionFactoryDelegatingImpl. withOptions()SessionBuilderImplementorSessionFactoryImplementor. withOptions()Constructors in org.hibernate.engine.spi with parameters of type SessionBuilderImplementor Constructor Description AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate)
-