public abstract class DeleteResolver<T>
extends java.lang.Object
Implementation should be thread-safe!
| Constructor and Description |
|---|
DeleteResolver() |
| Modifier and Type | Method and Description |
|---|---|
abstract DeleteResult |
performDelete(StorIOSQLite storIOSQLite,
T object)
Performs delete of an object.
|
@NonNull public abstract DeleteResult performDelete(@NonNull StorIOSQLite storIOSQLite, @NonNull T object)
storIOSQLite - StorIOSQLite instance to perform delete on.object - object that should be deleted.