public interface SoftDeleteModel
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Integer> |
ACTION |
static String |
COLUMN_NAME |
static Integer |
DELETE |
static String |
FIELD_NAME |
static Character |
FLAG_NO |
static Character |
FLAG_YES |
static Integer |
RECREATE |
| Modifier and Type | Method and Description |
|---|---|
Character |
getIsDeleteFlag() |
void |
setIsDeleteFlag(Character isDeleteFlag) |
static final ThreadLocal<Integer> ACTION
static final Integer DELETE
static final Integer RECREATE
static final Character FLAG_YES
static final Character FLAG_NO
static final String FIELD_NAME
static final String COLUMN_NAME
Copyright © 2020. All rights reserved.