추론 결과 geom 조회 쿼리 수정

This commit is contained in:
2026-01-20 14:34:45 +09:00
parent 1fc8552e26
commit cc4a0c024c

View File

@@ -397,6 +397,11 @@ public class MapSheetLearnRepositoryImpl implements MapSheetLearnRepositoryCusto
"%" + searchGeoReq.getMapSheetNum() + "%")); "%" + searchGeoReq.getMapSheetNum() + "%"));
} }
where.and(mapSheetAnalDataInferenceGeomEntity.classAfterCd.isNotNull());
where.and(mapSheetAnalDataInferenceGeomEntity.classAfterProb.isNotNull());
where.and(mapSheetAnalDataInferenceGeomEntity.classBeforeCd.isNotNull());
where.and(mapSheetAnalDataInferenceGeomEntity.classBeforeProb.isNotNull());
// 3) inkx 조인 조건: JPQL/HQL에서 '~' 불가 → function('regexp_match', ...) 사용 // 3) inkx 조인 조건: JPQL/HQL에서 '~' 불가 → function('regexp_match', ...) 사용
BooleanExpression inkxIsNumeric = BooleanExpression inkxIsNumeric =
Expressions.booleanTemplate( Expressions.booleanTemplate(