Uses of Class
com.bytedesk.core.url.UrlEntity
Packages that use UrlEntity
- 
Uses of UrlEntity in com.bytedesk.core.urlMethods in com.bytedesk.core.url that return UrlEntityModifier and TypeMethodDescriptionprotected UrlEntityUrlRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, UrlEntity entity) Methods in com.bytedesk.core.url that return types with arguments of type UrlEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<UrlEntity>UrlRestService.createSpecification(UrlRequest request) protected org.springframework.data.domain.Page<UrlEntity>UrlRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<UrlEntity> spec, org.springframework.data.domain.Pageable pageable) UrlRepository.findByShortUrl(String shortUrl) UrlRestService.findByShortUrl(String shortUrl) static org.springframework.data.jpa.domain.Specification<UrlEntity>UrlSpecification.search(UrlRequest request, AuthService authService) Methods in com.bytedesk.core.url with parameters of type UrlEntityModifier and TypeMethodDescriptionUrlRestService.convertToResponse(UrlEntity entity) protected UrlEntityUrlRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, UrlEntity entity) Method parameters in com.bytedesk.core.url with type arguments of type UrlEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<UrlEntity>UrlRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<UrlEntity> spec, org.springframework.data.domain.Pageable pageable)