Uses of Interface
org.hibernate.StatelessSessionBuilder
-
Packages that use StatelessSessionBuilder Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSession
andSessionFactory
.org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
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()
-
Uses of StatelessSessionBuilder in org.hibernate.internal
Classes in org.hibernate.internal that implement StatelessSessionBuilder Modifier and Type Class Description static class
SessionFactoryImpl.StatelessSessionBuilderImpl
Methods in org.hibernate.internal that return StatelessSessionBuilder Modifier and Type Method Description StatelessSessionBuilder
SessionFactoryImpl.StatelessSessionBuilderImpl. connection(Connection connection)
StatelessSessionBuilder
SessionFactoryImpl.StatelessSessionBuilderImpl. tenantIdentifier(String tenantIdentifier)
StatelessSessionBuilder
SessionFactoryImpl. withStatelessOptions()
-