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 JanusVideoEntity
JanusVideoRestService.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 JanusVideoEntity
JanusVideoRestService.doSave
(JanusVideoEntity entity) JanusVideoRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, JanusVideoEntity entity) void
JanusVideoEntityListener.onPostPersist
(JanusVideoEntity janus_video) void
JanusVideoEntityListener.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 JanusVideoEntity
JanusVideoCreateEvent.janus_video
private JanusVideoEntity
JanusVideoDeleteEvent.janus_video
private JanusVideoEntity
JanusVideoUpdateEvent.janus_video
Constructors in com.bytedesk.call.janus_video.event with parameters of type JanusVideoEntityModifierConstructorDescriptionJanusVideoCreateEvent
(JanusVideoEntity janus_video) JanusVideoDeleteEvent
(JanusVideoEntity janus_video) JanusVideoUpdateEvent
(JanusVideoEntity janus_video)