Uses of Class
com.bytedesk.core.favorite.FavoriteEntity
Packages that use FavoriteEntity
Package
Description
ByteDesk 收藏夹管理包
提供收藏夹的CRUD、搜索等功能
-
Uses of FavoriteEntity in com.bytedesk.core.favorite
Methods in com.bytedesk.core.favorite that return FavoriteEntityModifier and TypeMethodDescriptionprotected FavoriteEntityFavoriteRestService.doSave(FavoriteEntity entity) FavoriteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, FavoriteEntity entity) Methods in com.bytedesk.core.favorite that return types with arguments of type FavoriteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<FavoriteEntity>FavoriteRestService.createSpecification(FavoriteRequest request) protected org.springframework.data.domain.Page<FavoriteEntity>FavoriteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<FavoriteEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<FavoriteEntity>FavoriteSpecification.search(FavoriteRequest request, AuthService authService) Methods in com.bytedesk.core.favorite with parameters of type FavoriteEntityModifier and TypeMethodDescriptionFavoriteRestService.convertToResponse(FavoriteEntity entity) protected FavoriteEntityFavoriteRestService.doSave(FavoriteEntity entity) FavoriteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, FavoriteEntity entity) Method parameters in com.bytedesk.core.favorite with type arguments of type FavoriteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<FavoriteEntity>FavoriteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<FavoriteEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of FavoriteEntity in com.bytedesk.core.favorite.event
Fields in com.bytedesk.core.favorite.event declared as FavoriteEntityModifier and TypeFieldDescriptionprivate FavoriteEntityFavoriteCreateEvent.favoriteprivate FavoriteEntityFavoriteDeleteEvent.favoriteprivate FavoriteEntityFavoriteUpdateEvent.favoriteConstructors in com.bytedesk.core.favorite.event with parameters of type FavoriteEntityModifierConstructorDescriptionFavoriteCreateEvent(FavoriteEntity favorite) FavoriteDeleteEvent(FavoriteEntity favorite) FavoriteUpdateEvent(FavoriteEntity favorite)