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 interfaceStatelessSessionBuilder<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 StatelessSessionBuilderSessionFactory. withStatelessOptions()Obtain aStatelessSessionbuilder. -
Uses of StatelessSessionBuilder in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return StatelessSessionBuilder Modifier and Type Method Description StatelessSessionBuilderSessionFactoryDelegatingImpl. withStatelessOptions()
-