Uses of Interface
org.hibernate.SessionBuilder
-
Packages that use SessionBuilder Package Description org.hibernate org.hibernate.context.spi SPI level contracts around "current session" support.org.hibernate.engine.spi -
-
Uses of SessionBuilder in org.hibernate
Classes in org.hibernate with type parameters of type SessionBuilder Modifier and Type Interface Description interfaceSessionBuilder<T extends SessionBuilder>Allows creation of a newSessionwith specific options.Subinterfaces of SessionBuilder in org.hibernate Modifier and Type Interface Description interfaceSharedSessionBuilder<T extends SharedSessionBuilder>SpecializedSessionBuilderwith access to stuff from another session.Methods in org.hibernate that return SessionBuilder Modifier and Type Method Description SessionBuilderSessionFactory. withOptions()Obtain a session builder for creating newSessions with certain customized options. -
Uses of SessionBuilder in org.hibernate.context.spi
Methods in org.hibernate.context.spi that return SessionBuilder Modifier and Type Method Description protected SessionBuilderAbstractCurrentSessionContext. baseSessionBuilder() -
Uses of SessionBuilder in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with type parameters of type SessionBuilder Modifier and Type Class Description classAbstractDelegatingSessionBuilder<T extends SessionBuilder>Base class forSessionBuilderimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.interfaceSessionBuilderImplementor<T extends SessionBuilder>Defines the internal contract between theSessionBuilderand other parts of Hibernate.Subinterfaces of SessionBuilder in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionBuilderImplementor<T extends SessionBuilder>Defines the internal contract between theSessionBuilderand other parts of Hibernate.Classes in org.hibernate.engine.spi that implement SessionBuilder Modifier and Type Class Description classAbstractDelegatingSessionBuilder<T extends SessionBuilder>Base class forSessionBuilderimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.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.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 SessionBuilder Modifier and Type Method Description protected SessionBuilderAbstractDelegatingSessionBuilder. delegate()Constructors in org.hibernate.engine.spi with parameters of type SessionBuilder Constructor Description AbstractDelegatingSessionBuilder(SessionBuilder delegate)
-