}
@Override
public PathedPropertyReferenceSource normalizeUnqualifiedPropertyReference(Tree property) {
if ( aliasToEntityType.containsKey( property.getText() ) ) {
return new PathedPropertyReference( property.getText(), null, true );
}
else {
return new PathedPropertyReference( property.getText(), null, false );
}
}