| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.store.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityDataStoreEvent
This class is the base class for any data store event that indicates a particular entity was involved in the evnet.
|
class |
AfterDeleteDataStoreEvent
This class indicates that an entity has been successfully deleted from the data store.
|
class |
AfterInsertDataStoreEvent
This class indicates that an entity was successfully inserted into a data store.
|
class |
AfterUpdateDataStoreEvent
This class indicates that an entity was successfully updated in the data store
|
class |
BeforeDeleteDataStoreEvent
This event indicates that an entity is scheduled to be deleted.
|
class |
BeforeInsertDataStoreEvent
This event indicates that an entity is scheduled to be inserted.
|
class |
BeforeUpdateDataStoreEvent
This event indicates that an entity is scheduled to be updated.
|
Copyright © 2014–2016. All rights reserved.