[Developer] #424 stop guessing protected object ORDS paths

This commit is contained in:
devmrko
2026-06-23 15:19:04 +09:00
parent a542a7b735
commit 0b43750a32
7 changed files with 59 additions and 36 deletions

View File

@@ -34,5 +34,7 @@ public interface ProtectedObjectMapper {
@Param("columnName") String columnName,
@Param("sensitiveYn") String sensitiveYn);
int updateOrdsPath(@Param("objectId") long objectId, @Param("ordsPath") String ordsPath);
int disableObject(@Param("objectId") long objectId);
}