Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
StatelessSession |
StatelessSessionBuilder.openStatelessSession()
Opens a session with the specified options.
|
StatelessSession |
SessionFactory.openStatelessSession()
Open a new stateless session.
|
StatelessSession |
SessionFactory.openStatelessSession(Connection connection)
Open a new stateless session, utilizing the specified JDBC
Connection . |
Modifier and Type | Class and Description |
---|---|
class |
StatelessSessionImpl |
Modifier and Type | Method and Description |
---|---|
StatelessSession |
SessionFactoryImpl.openStatelessSession() |
StatelessSession |
SessionFactoryImpl.StatelessSessionBuilderImpl.openStatelessSession() |
StatelessSession |
SessionFactoryImpl.openStatelessSession(Connection connection) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.