public abstract class AbstractInsertListener<T> extends Object implements InsertListener
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInsertListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doInsert(T entity)
新增操作的前置操作。
|
void |
onInsert(Object entity)
新增操作的前置操作。
|
public abstract void doInsert(T entity)
entity - 实体类public void onInsert(Object entity)
InsertListeneronInsert in interface InsertListenerentity - 实体类Copyright © 2024. All rights reserved.