Do not set both hibernate.jpa.compliance.query and hibernate.query.jpaql_strict_compliance. hibernate.jpa.compliance.query is the preferred way to enable this, falling back to whatever is defined for hibernate.query.jpaql_strict_compliance. If you default something for hibernate.jpa.compliance.query, but the user specifies hibernate.query.jpaql_strict_compliance - your "default" will hide their selection |