Java org.hibernate.event.spi PreUpdateEvent fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.event.spi PreUpdateEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.event.spi PreUpdateEvent.

The text is from its open source code.

Method

ObjectgetEntity()
Retrieves the entity involved in the database operation.
Object[]getOldState()
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.
EntityPersistergetPersister()
The persister for the #getEntity entity .
EventSourcegetSession()
Returns the session event source for this event.
Object[]getState()
Retrieves the state to be used in the update.