Uses of Interface
org.hibernate.StatelessSession
-
Packages that use StatelessSession Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSession
andSessionFactory
.org.hibernate.engine.spi -
-
Uses of StatelessSession in org.hibernate
Methods in org.hibernate that return StatelessSession Modifier and Type Method Description StatelessSession
SessionFactory. openStatelessSession()
Open a new stateless session.StatelessSession
SessionFactory. openStatelessSession(Connection connection)
Open a new stateless session, utilizing the specified JDBCConnection
.StatelessSession
StatelessSessionBuilder. openStatelessSession()
Opens a session with the specified options. -
Uses of StatelessSession in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return StatelessSession Modifier and Type Method Description default StatelessSession
SharedSessionContractImplementor. asStatelessSession()
If this can be casted to a @StatelessSession
, you'll get this returned after an efficient cast.StatelessSession
SessionFactoryDelegatingImpl. openStatelessSession()
StatelessSession
SessionFactoryDelegatingImpl. openStatelessSession(Connection connection)
-