|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatelessSession | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. |
| org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
| Uses of StatelessSession in org.hibernate |
|---|
| Methods in org.hibernate that return StatelessSession | |
|---|---|
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.impl |
|---|
| Classes in org.hibernate.impl that implement StatelessSession | |
|---|---|
class |
StatelessSessionImpl
|
| Methods in org.hibernate.impl that return StatelessSession | |
|---|---|
StatelessSession |
SessionFactoryImpl.openStatelessSession()
|
StatelessSession |
SessionFactoryImpl.openStatelessSession(Connection connection)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||