java.lang.Object | |
↳ | org.hibernate.jdbc.JDBCContext |
Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JDBCContext.Context |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called after executing a query outside the scope of
a Hibernate or JTA transaction
| |||||||||||
We cannot rely upon this method being called! It is only
called if we are using Hibernate Transaction API.
| |||||||||||
Custom deserialization routine used during deserialization of a
Session/PersistenceContext for increased performance.
| |||||||||||
Custom serialization routine used during serialization of a
Session/PersistenceContext for increased performance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Called after executing a query outside the scope of a Hibernate or JTA transaction
We cannot rely upon this method being called! It is only called if we are using Hibernate Transaction API.
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
ois | The stream from which to read the entry. |
---|
IOException |
---|
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
oos | The stream to which we should write the serial data. |
---|
IOException |
---|