548549550551552553554555556557558
matchingTable = current; break; } } //JBPAPP-4716 for (org.hibernate.annotations.Table current : tables.values()) { if ( tableName.equals( current.appliesTo() ) ) { matchingTable = current; break; } }