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

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

Introduction

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

The text is from its open source code.

Method

StringgetAffectedOwnerEntityName()
Get the entity name for the collection owner entity that is affected by this event.
SerializablegetAffectedOwnerIdOrNull()
Get the ID for the collection owner entity that is affected by this event.
ObjectgetAffectedOwnerOrNull()
Get the collection owner entity that is affected by this event.
PersistentCollectiongetCollection()