Uses of Class
com.bytedesk.ai.statistic.AiStatisticEntity
Packages that use AiStatisticEntity
-
Uses of AiStatisticEntity in com.bytedesk.ai.statistic
Methods in com.bytedesk.ai.statistic that return AiStatisticEntityModifier and TypeMethodDescriptionprotected AiStatisticEntityAiStatisticRestService.doSave(AiStatisticEntity entity) AiStatisticRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, AiStatisticEntity entity) Methods in com.bytedesk.ai.statistic that return types with arguments of type AiStatisticEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AiStatisticEntity>AiStatisticRestService.createSpecification(AiStatisticRequest request) protected org.springframework.data.domain.Page<AiStatisticEntity>AiStatisticRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<AiStatisticEntity> spec, org.springframework.data.domain.Pageable pageable) AiStatisticRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) AiStatisticRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<AiStatisticEntity>AiStatisticSpecification.search(AiStatisticRequest request, AuthService authService) Methods in com.bytedesk.ai.statistic with parameters of type AiStatisticEntityModifier and TypeMethodDescriptionAiStatisticRestService.convertToExcel(AiStatisticEntity entity) AiStatisticRestService.convertToResponse(AiStatisticEntity entity) protected AiStatisticEntityAiStatisticRestService.doSave(AiStatisticEntity entity) AiStatisticRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, AiStatisticEntity entity) voidAiStatisticEntityListener.onPostPersist(AiStatisticEntity statistic) voidAiStatisticEntityListener.onPostUpdate(AiStatisticEntity statistic) Method parameters in com.bytedesk.ai.statistic with type arguments of type AiStatisticEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<AiStatisticEntity>AiStatisticRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<AiStatisticEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of AiStatisticEntity in com.bytedesk.ai.statistic.event
Fields in com.bytedesk.ai.statistic.event declared as AiStatisticEntityModifier and TypeFieldDescriptionprivate AiStatisticEntityAiStatisticCreateEvent.statisticprivate AiStatisticEntityAiStatisticDeleteEvent.statisticprivate AiStatisticEntityAiStatisticUpdateEvent.statisticConstructors in com.bytedesk.ai.statistic.event with parameters of type AiStatisticEntityModifierConstructorDescriptionAiStatisticCreateEvent(AiStatisticEntity statistic) AiStatisticDeleteEvent(AiStatisticEntity statistic) AiStatisticUpdateEvent(AiStatisticEntity statistic)