Uses of Interface
org.hibernate.SharedSessionBuilder
-
Packages that use SharedSessionBuilder Package Description org.hibernate org.hibernate.engine.spi -
-
Uses of SharedSessionBuilder in org.hibernate
Classes in org.hibernate with type parameters of type SharedSessionBuilder Modifier and Type Interface Description interfaceSharedSessionBuilder<T extends SharedSessionBuilder>SpecializedSessionBuilderwith access to stuff from another session.Methods in org.hibernate that return SharedSessionBuilder Modifier and Type Method Description SharedSessionBuilderSession. sessionWithOptions()Obtain aSessionbuilder with the ability to grab certain information from this session. -
Uses of SharedSessionBuilder in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with type parameters of type SharedSessionBuilder Modifier and Type Class Description classAbstractDelegatingSharedSessionBuilder<T extends SharedSessionBuilder>Base class forSharedSessionBuilderimplementations 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 SharedSessionBuilder Modifier and Type Class Description classAbstractDelegatingSharedSessionBuilder<T extends SharedSessionBuilder>Base class forSharedSessionBuilderimplementations 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 SharedSessionBuilder Modifier and Type Method Description SharedSessionBuilderAbstractDelegatingSharedSessionBuilder. delegate()SharedSessionBuilderSessionDelegatorBaseImpl. sessionWithOptions()Constructors in org.hibernate.engine.spi with parameters of type SharedSessionBuilder Constructor Description AbstractDelegatingSharedSessionBuilder(SharedSessionBuilder delegate)
-