类 ServiceApiListener
java.lang.Object
com.xforceplus.jpa.listener.ServiceApiListener
- 所有已实现的接口:
CreaterListener<ServiceApi>,OperatorListener<ServiceApi>,UpdaterListener<ServiceApi>
自动保存/更新的JPA 监听器
- 从以下版本开始:
- 2020-01-15
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidpostLoad(ServiceApi entity) voidprePersist(ServiceApi entity) voidpreUpdate(ServiceApi entity) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.xforceplus.jpa.listener.CreaterListener
beforeInsert从接口继承的方法 com.xforceplus.jpa.listener.UpdaterListener
beforeUpdate
-
构造器详细资料
-
ServiceApiListener
public ServiceApiListener()
-
-
方法详细资料
-
prePersist
-
preUpdate
-
postLoad
-