JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.codingapi.springboot.framework.domain
Interface IDomain
public interface
IDomain
领域对象事件
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default void
delete
()
删除事件
default void
persist
()
持久化事件
Method Details
persist
default
void
persist
()
持久化事件
delete
default
void
delete
()
删除事件