Annotation Interface PrePersist


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface PrePersist
持久化前回调注解。

标记在实体类方法上,该方法会在实体插入数据库前自动调用。

Since:
1.0.0
Version:
1.0.0
Author:
Berry_so