Searched refs:getAllChildTables (Results 1 – 3 of 3) sorted by relevance
217 public List<String> getAllChildTables() { in getAllChildTables() method in UpsertTableRequest218 return mRecordHelper == null ? Collections.emptyList() : mRecordHelper.getAllChildTables(); in getAllChildTables()
305 return getAllChildTables().stream().map(it -> new TableColumnPair(it, PARENT_KEY)).toList(); in getChildTablesWithRowsToBeDeletedDuringUpdate()309 public List<String> getAllChildTables() { in getAllChildTables() method in RecordHelper
796 if (request.getAllChildTables().isEmpty()) { in updateRecord()