Uses of Class
com.bytedesk.social.meta.MetaAppEntity
Packages that use MetaAppEntity
-
Uses of MetaAppEntity in com.bytedesk.social.meta
Methods in com.bytedesk.social.meta that return MetaAppEntityModifier and TypeMethodDescriptionprotected MetaAppEntity
MetaAppRestService.doSave
(MetaAppEntity entity) MetaAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, MetaAppEntity entity) Methods in com.bytedesk.social.meta that return types with arguments of type MetaAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<MetaAppEntity>
MetaAppRestService.createSpecification
(MetaAppRequest request) protected org.springframework.data.domain.Page<MetaAppEntity>
MetaAppRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<MetaAppEntity> spec, org.springframework.data.domain.Pageable pageable) MetaAppRestService.findAll()
MetaAppRepository.findByDeletedFalse()
MetaAppRepository.findByPageId
(String pageId) MetaAppRestService.findByPageId
(String pageId) org.springframework.data.domain.Page<MetaAppEntity>
MetaAppRestService.queryByOrgEntity
(MetaAppRequest request) static org.springframework.data.jpa.domain.Specification<MetaAppEntity>
MetaAppSpecification.search
(MetaAppRequest request, AuthService authService) Methods in com.bytedesk.social.meta with parameters of type MetaAppEntityModifier and TypeMethodDescriptionMetaAppRestService.convertToExcel
(MetaAppEntity entity) MetaAppRestService.convertToResponse
(MetaAppEntity entity) protected MetaAppEntity
MetaAppRestService.doSave
(MetaAppEntity entity) MetaAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, MetaAppEntity entity) void
MetaAppEntityListener.onPostPersist
(MetaAppEntity app) void
MetaAppEntityListener.onPostUpdate
(MetaAppEntity app) Method parameters in com.bytedesk.social.meta with type arguments of type MetaAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<MetaAppEntity>
MetaAppRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<MetaAppEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of MetaAppEntity in com.bytedesk.social.meta.event
Fields in com.bytedesk.social.meta.event declared as MetaAppEntityModifier and TypeFieldDescriptionprivate MetaAppEntity
MetaAppCreateEvent.app
private MetaAppEntity
MetaAppDeleteEvent.app
private MetaAppEntity
MetaAppUpdateEvent.app
Constructors in com.bytedesk.social.meta.event with parameters of type MetaAppEntityModifierConstructorDescription