Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.spi |
Modifier and Type | Method and Description |
---|---|
StatelessSession |
SessionFactory.openStatelessSession()
Open a new stateless session.
|
StatelessSession |
StatelessSessionBuilder.openStatelessSession()
Opens a session with the specified options.
|
StatelessSession |
SessionFactory.openStatelessSession(Connection connection)
Open a new stateless session, utilizing the specified JDBC
Connection . |
Modifier and Type | Method and Description |
---|---|
StatelessSession |
SessionFactoryDelegatingImpl.openStatelessSession() |
StatelessSession |
SessionFactoryDelegatingImpl.openStatelessSession(Connection connection) |
Copyright © 2001-2020 Red Hat, Inc. All Rights Reserved.