190191192193194195196
if ( projection != null && projection.length > 0 ) { projected = DocumentBuilderHelper.getDocumentFields( searchFactoryImplementor, clazz, document, projection ); } return new EntityInfoImpl( clazz, idName, id, projected ); }