Used to soft delete entity instances. Alternative to DeleteEntityDataFetcher to allow users to register their own instances.
Fields inherited from class | Fields |
---|---|
class DefaultGormDataFetcher |
associations, entity, entityFetchOptions, propertyName |
Type | Name and description |
---|---|
MappingContext |
mappingContext |
java.lang.String |
propertyName |
java.lang.Object |
value |
Constructor and description |
---|
SoftDeleteEntityDataFetcher
(PersistentEntity entity, java.lang.String propertyName, java.lang.Object value) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
deleteInstance(GormEntity instance) |
Methods inherited from class | Name |
---|---|
class DeleteEntityDataFetcher |
delete, deleteInstance, get |
class DefaultGormDataFetcher |
buildCriteria, get, getDatastore, getFetchArguments, getIdentifierValues, getStaticApi, initializeEntity, loadEntity, queryInstance, withTransaction |