Uses of Class
com.bytedesk.core.translate.TranslateEntity
Packages that use TranslateEntity
-
Uses of TranslateEntity in com.bytedesk.core.translate
Methods in com.bytedesk.core.translate that return TranslateEntityModifier and TypeMethodDescriptionprivate TranslateEntity
TranslateRestService.createTranslateEntity
(TranslateRequest request) 创建翻译实体protected TranslateEntity
TranslateRestService.doSave
(TranslateEntity entity) TranslateRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TranslateEntity entity) Methods in com.bytedesk.core.translate that return types with arguments of type TranslateEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<TranslateEntity>
TranslateRestService.createSpecification
(TranslateRequest request) protected org.springframework.data.domain.Page<TranslateEntity>
TranslateRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<TranslateEntity> specification, org.springframework.data.domain.Pageable pageable) TranslateRestService.findByContent
(String content) TranslateRepository.findByOriginalText
(String originalText) static org.springframework.data.jpa.domain.Specification<TranslateEntity>
TranslateSpecification.search
(TranslateRequest request, AuthService authService) Methods in com.bytedesk.core.translate with parameters of type TranslateEntityModifier and TypeMethodDescriptionTranslateRestService.convertToResponse
(TranslateEntity entity) protected TranslateEntity
TranslateRestService.doSave
(TranslateEntity entity) TranslateRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TranslateEntity entity) void
TranslateEntityListener.onPostPersist
(TranslateEntity translate) Method parameters in com.bytedesk.core.translate with type arguments of type TranslateEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<TranslateEntity>
TranslateRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<TranslateEntity> specification, org.springframework.data.domain.Pageable pageable) -
Uses of TranslateEntity in com.bytedesk.core.translate.event
Fields in com.bytedesk.core.translate.event declared as TranslateEntityConstructors in com.bytedesk.core.translate.event with parameters of type TranslateEntity