Searched refs:readForUpdate (Results 1 - 3 of 3) sorted by relevance

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DMSSQLTableHandler.java109 rs = readForUpdate(fullId, type, localId, connection);
H A DGenericTableHandler.java496 public ResultSet readForUpdate(String fullId, String type, String localId, Connection connection) method in class:GenericTableHandler
541 rs = readForUpdate(fullId, type, localId, connection);
609 existing = readForUpdate(fullId, type, localId, connection);
H A DMappedTableHandler.java244 ResultSet readForUpdate(String fullId, String type, String localId, Connection connection) method in class:MappedTableHandler
383 rs = readForUpdate(fullId, type, localId, connection);
446 existing = readForUpdate(fullId, type, localId, connection);

Completed in 24 milliseconds