JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
top.magstar.framework.database.mapping.annotations
>
PreUpdate
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface PreUpdate
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
PreUpdate
更新前回调注解。
标记在实体类方法上,该方法会在实体更新到数据库前自动调用。
Since:
1.0.0
Version:
1.0.0
Author:
Berry_so