|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatelessSession | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
| org.hibernate.jmx | This package exposes a Hibernate instance via JMX. |
| Uses of StatelessSession in org.hibernate |
|---|
| Methods in org.hibernate that return StatelessSession | |
|---|---|
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. |
| Uses of StatelessSession in org.hibernate.internal |
|---|
| Classes in org.hibernate.internal that implement StatelessSession | |
|---|---|
class |
StatelessSessionImpl
|
| Methods in org.hibernate.internal that return StatelessSession | |
|---|---|
StatelessSession |
SessionFactoryImpl.openStatelessSession()
|
StatelessSession |
SessionFactoryImpl.StatelessSessionBuilderImpl.openStatelessSession()
|
StatelessSession |
SessionFactoryImpl.openStatelessSession(Connection connection)
|
| Uses of StatelessSession in org.hibernate.jmx |
|---|
| Methods in org.hibernate.jmx that return StatelessSession | |
|---|---|
StatelessSession |
SessionFactoryStub.openStatelessSession()
Deprecated. |
StatelessSession |
SessionFactoryStub.openStatelessSession(Connection conn)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||