Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.search.batchindexing.impl |
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 | Method and Description |
---|---|
StatelessSession |
SessionFactoryDelegatingImpl.openStatelessSession() |
StatelessSession |
SessionFactoryDelegatingImpl.openStatelessSession(Connection 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) |
Modifier and Type | Method and Description |
---|---|
void |
StatelessSessionAwareRunnable.run(StatelessSession session) |
void |
IdentifierProducer.run(StatelessSession upperSession) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.