Uses of Interface
org.hibernate.StatelessSessionBuilder
-
Packages that use StatelessSessionBuilder Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.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 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() -
Uses of StatelessSessionBuilder in org.hibernate.internal
Classes in org.hibernate.internal that implement StatelessSessionBuilder Modifier and Type Class Description static classSessionFactoryImpl.StatelessSessionBuilderImplMethods in org.hibernate.internal that return StatelessSessionBuilder Modifier and Type Method Description StatelessSessionBuilderSessionFactoryImpl.StatelessSessionBuilderImpl. connection(Connection connection)StatelessSessionBuilderSessionFactoryImpl.StatelessSessionBuilderImpl. tenantIdentifier(String tenantIdentifier)StatelessSessionBuilderSessionFactoryImpl. withStatelessOptions()
-