Package org.openiam.esb.repository.impl
Class SupervisorRepositoryImpl
- java.lang.Object
-
- org.openiam.esb.repository.impl.SupervisorRepositoryImpl
-
- All Implemented Interfaces:
SupervisorRepositoryCustom
public class SupervisorRepositoryImpl extends Object implements SupervisorRepositoryCustom
This is implementation of custom repository for working with Supervisor- Author:
- Andrey Lezhebokov
-
-
Constructor Summary
Constructors Constructor Description SupervisorRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.data.domain.Page<SupervisorEntity>
find(SupervisorSearchBean sb, org.springframework.data.domain.Pageable pageable)
find items by search beanprotected javax.persistence.criteria.Predicate
stringEquals(javax.persistence.criteria.Path<String> path, String value, javax.persistence.criteria.CriteriaBuilder cb)
-
-
-
Method Detail
-
find
public org.springframework.data.domain.Page<SupervisorEntity> find(SupervisorSearchBean sb, org.springframework.data.domain.Pageable pageable)
Description copied from interface:SupervisorRepositoryCustom
find items by search bean- Specified by:
find
in interfaceSupervisorRepositoryCustom
- Returns:
-
-