Package com.bytedesk.kanban.task
Class TaskSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification
com.bytedesk.kanban.task.TaskSpecification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TaskEntity>
search
(TaskRequest request) Methods inherited from class com.bytedesk.core.base.BaseSpecification
getBasicPredicates
-
Constructor Details
-
TaskSpecification
public TaskSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<TaskEntity> search(TaskRequest request)
-