|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCollectionEvent | |
|---|---|
| org.hibernate.envers.event | |
| org.hibernate.event.spi | |
| Uses of AbstractCollectionEvent in org.hibernate.envers.event |
|---|
| Methods in org.hibernate.envers.event with parameters of type AbstractCollectionEvent | |
|---|---|
protected CollectionEntry |
BaseEnversCollectionEventListener.getCollectionEntry(AbstractCollectionEvent event)
|
protected Serializable |
BaseEnversCollectionEventListener.initializeCollection(AbstractCollectionEvent event)
Forces persistent collection initialization. |
protected void |
BaseEnversCollectionEventListener.onCollectionAction(AbstractCollectionEvent event,
PersistentCollection newColl,
Serializable oldColl,
CollectionEntry collectionEntry)
|
protected boolean |
BaseEnversCollectionEventListener.shouldGenerateRevision(AbstractCollectionEvent event)
Checks whether modification of not-owned relation field triggers new revision and owner entity is versioned. |
| Uses of AbstractCollectionEvent in org.hibernate.event.spi |
|---|
| Subclasses of AbstractCollectionEvent in org.hibernate.event.spi | |
|---|---|
class |
InitializeCollectionEvent
An event that occurs when a collection wants to be initialized |
class |
PostCollectionRecreateEvent
An event that occurs after a collection is recreated |
class |
PostCollectionRemoveEvent
An event that occurs after a collection is removed |
class |
PostCollectionUpdateEvent
An event that occurs after a collection is updated |
class |
PreCollectionRecreateEvent
An event that occurs before a collection is recreated |
class |
PreCollectionRemoveEvent
An event that occurs before a collection is removed |
class |
PreCollectionUpdateEvent
An event that occurs before a collection is updated |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||