Class EntityFinder
- java.lang.Object
-
- org.activiti.cloud.services.query.app.repository.EntityFinder
-
public class EntityFinder extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,ID>
TfindById(org.springframework.data.repository.CrudRepository<T,ID> repository, ID id, String notFoundMessage)<T> TfindOne(org.springframework.data.querydsl.QuerydslPredicateExecutor<T> predicateExecutor, com.querydsl.core.types.Predicate predicate, String notFoundMessage)
-
-
-
Method Detail
-
findById
public <T,ID> T findById(org.springframework.data.repository.CrudRepository<T,ID> repository, ID id, String notFoundMessage)
-
findOne
public <T> T findOne(org.springframework.data.querydsl.QuerydslPredicateExecutor<T> predicateExecutor, com.querydsl.core.types.Predicate predicate, String notFoundMessage)
-
-