public interface EntitySoftDelete
| Modifier and Type | Interface and Description |
|---|---|
static class |
EntitySoftDelete.Name |
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETED |
static int |
EXIST |
static int |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDeletedOn() |
static int |
getDeleteStatus(Object entity) |
static boolean |
isIgnore() |
void |
setDeletedOn(Long deletedOn) |
static void |
setIgnore() |
static final int UNKNOWN
static final int DELETED
static final int EXIST
Copyright © 2024. All rights reserved.