Uses of Class
org.openiam.idm.srvc.geo.domain.DbIPGeoEntity
-
Packages that use DbIPGeoEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository org.openiam.esb.repository.custom org.openiam.esb.repository.impl -
-
Uses of DbIPGeoEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return DbIPGeoEntity Modifier and Type Method Description DbIPGeoEntity
DbIPGeoDozerConverter. convertEntity(DbIPGeoEntity dbIPGeoEntity, boolean isDeep)
DbIPGeoEntity
DbIPGeoDozerConverter. convertToEntity(DbIPGeo entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type DbIPGeoEntity Modifier and Type Method Description List<DbIPGeoEntity>
DbIPGeoDozerConverter. convertToEntityList(List<DbIPGeo> list, boolean isDeep)
Set<DbIPGeoEntity>
DbIPGeoDozerConverter. convertToEntitySet(Set<DbIPGeo> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type DbIPGeoEntity Modifier and Type Method Description DbIPGeoEntity
DbIPGeoDozerConverter. convertEntity(DbIPGeoEntity dbIPGeoEntity, boolean isDeep)
DbIPGeo
DbIPGeoDozerConverter. convertToDTO(DbIPGeoEntity dbIPGeoEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type DbIPGeoEntity Modifier and Type Method Description List<DbIPGeo>
DbIPGeoDozerConverter. convertToDTOList(List<DbIPGeoEntity> list, boolean isDeep)
Set<DbIPGeo>
DbIPGeoDozerConverter. convertToDTOSet(Set<DbIPGeoEntity> set, boolean isDeep)
-
Uses of DbIPGeoEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type DbIPGeoEntity Modifier and Type Method Description List<DbIPGeoEntity>
DbIPGeoRepository. findByIp(byte[] ip)
-
Uses of DbIPGeoEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type DbIPGeoEntity Modifier and Type Method Description org.springframework.data.domain.Page<DbIPGeoEntity>
DbIPGeoRepositoryCustom. find(DbIPGeoSearchBean sb, org.springframework.data.domain.Pageable pageable)
-
Uses of DbIPGeoEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type DbIPGeoEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<DbIPGeoEntity>
DbIPGeoRepositoryImpl. buildSpecifications(DbIPGeoSearchBean sb)
org.springframework.data.domain.Page<DbIPGeoEntity>
DbIPGeoRepositoryImpl. find(DbIPGeoSearchBean sb, org.springframework.data.domain.Pageable pageable)
protected org.springframework.data.jpa.domain.Specification<DbIPGeoEntity>
DbIPGeoRepositoryImpl. stringEquals(Function<javax.persistence.criteria.Root<DbIPGeoEntity>,javax.persistence.criteria.Path<String>> rootQualifier, String value)
Method parameters in org.openiam.esb.repository.impl with type arguments of type DbIPGeoEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<DbIPGeoEntity>
DbIPGeoRepositoryImpl. stringEquals(Function<javax.persistence.criteria.Root<DbIPGeoEntity>,javax.persistence.criteria.Path<String>> rootQualifier, String value)
protected javax.persistence.criteria.Predicate
DbIPGeoRepositoryImpl. 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)
-