if ( !inSelect && queryableCollection != null && CollectionProperties.isCollectionProperty( path ) ) {
if ( persister != propertyMapping ) {
DeprecationLogger.DEPRECATION_LOGGER.logDeprecationOfCollectionPropertiesInHql( path, fromElement.getClassAlias() );
return getCollectionPropertyReference( path ).toColumns( tableAlias );
}
}