Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
The JPQL query SELECT o FROM Account o WHERE (o.accountId=?1) fails when supplied with an AccountId that is an embeddable id for the entity. EclipseLink converts this to SQL: SELECT BALANCE, BANKNAME, ...