org.hibernate.test.hql.ASTParserLoadingTest.testComponentNullnessChecks
String query = ( getDialect() instanceof DB2Dialect || getDialect() instanceof HSQLDialect ) ? "from Human where cast(? as string) is null" : "from Human where ?1 is null" ;