Uses of Class
com.bytedesk.core.moment.MomentEntity
Packages that use MomentEntity
-
Uses of MomentEntity in com.bytedesk.core.moment
Methods in com.bytedesk.core.moment that return MomentEntityModifier and TypeMethodDescriptionprotected MomentEntityMomentRestService.doSave(MomentEntity entity) MomentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, MomentEntity entity) Methods in com.bytedesk.core.moment that return types with arguments of type MomentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<MomentEntity>MomentRestService.createSpecification(MomentRequest request) protected org.springframework.data.domain.Page<MomentEntity>MomentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<MomentEntity> spec, org.springframework.data.domain.Pageable pageable) MomentRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) MomentRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<MomentEntity>MomentRestService.queryByOrgEntity(MomentRequest request) static org.springframework.data.jpa.domain.Specification<MomentEntity>MomentSpecification.search(MomentRequest request, AuthService authService) Methods in com.bytedesk.core.moment with parameters of type MomentEntityModifier and TypeMethodDescriptionMomentRestService.convertToExcel(MomentEntity entity) MomentRestService.convertToResponse(MomentEntity entity) protected MomentEntityMomentRestService.doSave(MomentEntity entity) MomentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, MomentEntity entity) voidMomentEntityListener.onPostPersist(MomentEntity moment) voidMomentEntityListener.onPostUpdate(MomentEntity moment) Method parameters in com.bytedesk.core.moment with type arguments of type MomentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<MomentEntity>MomentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<MomentEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of MomentEntity in com.bytedesk.core.moment.event
Fields in com.bytedesk.core.moment.event declared as MomentEntityModifier and TypeFieldDescriptionprivate MomentEntityMomentCreateEvent.momentprivate MomentEntityMomentDeleteEvent.momentprivate MomentEntityMomentUpdateEvent.momentConstructors in com.bytedesk.core.moment.event with parameters of type MomentEntityModifierConstructorDescriptionMomentCreateEvent(MomentEntity moment) MomentDeleteEvent(MomentEntity moment) MomentUpdateEvent(MomentEntity moment)