Package | Description |
---|---|
org.hibernate.envers.event.spi | |
org.hibernate.event.spi | |
org.hibernate.search.event.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
FullTextIndexEventListener.processCollectionEvent(AbstractCollectionEvent event) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.