Я хочу получить список из подзапроса в HQL
return (List<Sitecnb>) hibernateTemplate.find(
"from Sitecnb as sc where sc.countrycnbCode in(from Land as ld where ld.landKennzeichen)= ? ", name);
Я получаю ошибку
• Произошла непредвиденная ошибка.Подробности: неожиданный узел AST: в ближней строке 1, столбец 75 [из com.bearingpoint.sisnet.domain.Sitecnb как sc, где sc.countrycnbCode in (из com.bearingpoint.sisnet.domain.Land как ld, где ld.landKennzeichen) =?];вложенным исключением является org.hibernate.hql.ast.QuerySyntaxException: неожиданный узел AST: в ближней строке 1, столбец 75 [из com.bearingpoint.sisnet.domain.Sitecnb как sc, где sc.countrycnbCode в (из com.bearingpoint.sisnet.domain.Land as ld где ld.landKennzeichen) =?]