Exemplo n.º 1
0
 public Set<TableToTableReference> references(Table table) {
   checkNotNull(table, "table must not be null");
   return graph.edgesOf(table);
 }