Uses of Class
com.bytedesk.call.janus_video.JanusVideoEntity
Packages that use JanusVideoEntity
-
Uses of JanusVideoEntity in com.bytedesk.call.janus_video
Methods in com.bytedesk.call.janus_video that return JanusVideoEntityModifier and TypeMethodDescriptionprotected JanusVideoEntityJanusVideoRestService.doSave(JanusVideoEntity entity) JanusVideoRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, JanusVideoEntity entity) Methods in com.bytedesk.call.janus_video that return types with arguments of type JanusVideoEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<JanusVideoEntity>JanusVideoRestService.createSpecification(JanusVideoRequest request) protected org.springframework.data.domain.Page<JanusVideoEntity>JanusVideoRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<JanusVideoEntity> spec, org.springframework.data.domain.Pageable pageable) JanusVideoRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) JanusVideoRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<JanusVideoEntity>JanusVideoSpecification.search(JanusVideoRequest request, AuthService authService) Methods in com.bytedesk.call.janus_video with parameters of type JanusVideoEntityModifier and TypeMethodDescriptionJanusVideoRestService.convertToExcel(JanusVideoEntity entity) JanusVideoRestService.convertToResponse(JanusVideoEntity entity) protected JanusVideoEntityJanusVideoRestService.doSave(JanusVideoEntity entity) JanusVideoRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, JanusVideoEntity entity) voidJanusVideoEntityListener.onPostPersist(JanusVideoEntity janus_video) voidJanusVideoEntityListener.onPostUpdate(JanusVideoEntity janus_video) Method parameters in com.bytedesk.call.janus_video with type arguments of type JanusVideoEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<JanusVideoEntity>JanusVideoRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<JanusVideoEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of JanusVideoEntity in com.bytedesk.call.janus_video.event
Fields in com.bytedesk.call.janus_video.event declared as JanusVideoEntityModifier and TypeFieldDescriptionprivate JanusVideoEntityJanusVideoCreateEvent.janus_videoprivate JanusVideoEntityJanusVideoDeleteEvent.janus_videoprivate JanusVideoEntityJanusVideoUpdateEvent.janus_videoConstructors in com.bytedesk.call.janus_video.event with parameters of type JanusVideoEntityModifierConstructorDescriptionJanusVideoCreateEvent(JanusVideoEntity janus_video) JanusVideoDeleteEvent(JanusVideoEntity janus_video) JanusVideoUpdateEvent(JanusVideoEntity janus_video)