Searched refs:getTypeId (Results 1 - 2 of 2) sorted by relevance

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DOracleTableHandler.java65 long typeId = getTypeId(type, connection);
H A DGenericTableHandler.java254 long typeId = getTypeId(type, connection); // Note this call can commit and start a new transaction in some cases
405 long getTypeId(String type, Connection connection) throws SQLException, InternalServerErrorException { method in class:GenericTableHandler

Completed in 22 milliseconds