Uses of Interface
org.hibernate.StatelessSessionBuilder
-
Packages that use StatelessSessionBuilder Package Description org.hibernate org.hibernate.engine.spi -
-
Uses of StatelessSessionBuilder in org.hibernate
Classes in org.hibernate with type parameters of type StatelessSessionBuilder Modifier and Type Interface Description interface
StatelessSessionBuilder<T extends StatelessSessionBuilder>
Represents a consolidation of all stateless session creation options into a builder style delegate.Methods in org.hibernate that return StatelessSessionBuilder Modifier and Type Method Description StatelessSessionBuilder
SessionFactory. withStatelessOptions()
Obtain aStatelessSession
builder. -
Uses of StatelessSessionBuilder in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return StatelessSessionBuilder Modifier and Type Method Description StatelessSessionBuilder
SessionFactoryDelegatingImpl. withStatelessOptions()
-