603604605606607608609610611612613
EntityResultConfig entityResult = new EntityResultConfig(); entityResult.setEntityClass(type.getName()); resultSet.addEntityResult(entityResult); return createInternalNativeQuery(sql, resultSet); } /**
597598599600601602603604605606607