applied = false;
}
}
else if ( HINT_FETCHGRAPH.equals( hintName ) || HINT_LOADGRAPH.equals( hintName ) ) {
if (value instanceof EntityGraphImpl) {
entityGraphQueryHint = new EntityGraphQueryHint( (EntityGraphImpl) value );
}
else {
LOG.warnf( "The %s hint was set, but the value was not an EntityGraph!", hintName );
}
applied = true;