Package org.openiam.esb.repository.impl
Class DbIPGeoRepositoryImpl
- java.lang.Object
-
- org.openiam.esb.repository.impl.DbIPGeoRepositoryImpl
-
- All Implemented Interfaces:
DbIPGeoRepositoryCustom
public class DbIPGeoRepositoryImpl extends Object implements DbIPGeoRepositoryCustom
This is implementation of custom repository for working with DbIPGeoEntity- Author:
-
-
Constructor Summary
Constructors Constructor Description DbIPGeoRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<DbIPGeoEntity>
buildSpecifications(DbIPGeoSearchBean sb)
org.springframework.data.domain.Page<DbIPGeoEntity>
find(DbIPGeoSearchBean sb, org.springframework.data.domain.Pageable pageable)
protected org.springframework.data.jpa.domain.Specification<DbIPGeoEntity>
stringEquals(Function<javax.persistence.criteria.Root<DbIPGeoEntity>,javax.persistence.criteria.Path<String>> rootQualifier, String value)
protected javax.persistence.criteria.Predicate
stringEquals(javax.persistence.criteria.Path<String> path, String value, javax.persistence.criteria.Root<DbIPGeoEntity> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder cb)
-
-
-
Method Detail
-
find
public org.springframework.data.domain.Page<DbIPGeoEntity> find(DbIPGeoSearchBean sb, org.springframework.data.domain.Pageable pageable)
- Specified by:
find
in interfaceDbIPGeoRepositoryCustom
-
buildSpecifications
protected org.springframework.data.jpa.domain.Specification<DbIPGeoEntity> buildSpecifications(DbIPGeoSearchBean sb)
-
stringEquals
protected org.springframework.data.jpa.domain.Specification<DbIPGeoEntity> stringEquals(Function<javax.persistence.criteria.Root<DbIPGeoEntity>,javax.persistence.criteria.Path<String>> rootQualifier, String value)
-
stringEquals
protected javax.persistence.criteria.Predicate stringEquals(javax.persistence.criteria.Path<String> path, String value, javax.persistence.criteria.Root<DbIPGeoEntity> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder cb)
-
-