Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hibernate.Session Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| Session | The main runtime interface between a Java application and Hibernate. | Interface | org.hibernate | Hibernate ORM |
|
| Session .LockRequest | Contains locking details (LockMode, Timeout and Scope). | Interface | org.hibernate.Session | Hibernate ORM |
|
| SessionBuilder | Represents a consolidation of all session creation options into a builder style delegate. | Interface | org.hibernate | Hibernate ORM |
|
| SessionException | Thrown when the user calls a method of a Session that is in an inappropriate state for the given call (for example, the the session is closed or disconnected). | Class | org.hibernate | Hibernate ORM |
|
| SessionFactory | The main contract here is the creation of Session instances. | Interface | org.hibernate | Hibernate ORM |
|
| SessionFactory .SessionFactoryOptions | | Interface | org.hibernate.SessionFactory | Hibernate ORM |
|
| SessionFactoryObserver | Allows reaction to basic SessionFactory occurrences. | Interface | org.hibernate | Hibernate ORM |