The PreUpdateEvent type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Entity | The entity involved in the database operation. (Inherited from AbstractPreDatabaseOperationEvent.) | |
| Id | The id to be used in the database operation. (Inherited from AbstractPreDatabaseOperationEvent.) | |
| OldState |
The old state of the entity at the time it was last loaded from the
database; can be null in the case of detached entities.
| |
| Persister |
The persister for the Entity.
(Inherited from AbstractPreDatabaseOperationEvent.) | |
| Session |
Returns the session event source for this event.
This is the underlying session from which this event was generated.
(Inherited from AbstractEvent.) | |
| State |
Retrieves the state to be used in the update.
|