类 Y9OrgBaseDeletedServiceImpl
- java.lang.Object
-
- net.risesoft.service.org.impl.Y9OrgBaseDeletedServiceImpl
-
- 所有已实现的接口:
EventListener,net.risesoft.base.BaseService<Y9OrgBaseDeleted,String,Y9OrgBaseDeletedRepository>,Y9OrgBaseDeletedService,org.springframework.context.ApplicationListener<net.risesoft.y9.pubsub.event.Y9EntityDeletedEvent<? extends Y9OrgBase>>
@Transactional(value="rsTenantTransactionManager", readOnly=true) @Service public class Y9OrgBaseDeletedServiceImpl extends Object implements Y9OrgBaseDeletedService, org.springframework.context.ApplicationListener<net.risesoft.y9.pubsub.event.Y9EntityDeletedEvent<? extends Y9OrgBase>>- 作者:
- dingzhaojun, qinman, mengjuhua
- Date:
- 2022/2/10
-
-
构造器概要
构造器 构造器 说明 Y9OrgBaseDeletedServiceImpl()
-
-
-
方法详细资料
-
getRepository
public Y9OrgBaseDeletedRepository getRepository()
- 指定者:
getRepository在接口中net.risesoft.base.BaseService<Y9OrgBaseDeleted,String,Y9OrgBaseDeletedRepository>
-
onApplicationEvent
@Transactional(readOnly=false) public void onApplicationEvent(net.risesoft.y9.pubsub.event.Y9EntityDeletedEvent<? extends Y9OrgBase> event)
- 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<net.risesoft.y9.pubsub.event.Y9EntityDeletedEvent<? extends Y9OrgBase>>
-
-