// skip CRUD generated procs
if (proc.getDefaultproc()) {
return;
}
IndexAnnotation ia = (IndexAnnotation) index.getAnnotation();
if (ia == null) {
ia = new IndexAnnotation();
index.setAnnotation(ia);
}
ia.statementsThatUseThis.add(stmt);
ia.proceduresThatUseThis.add(proc);