does anyone know how to use bitwise AND (&) as criteria for a JPA NamedQuery without having to use a @NamedNativeQuery?
I\'m storing status bits in a field.
'Bitwise AND' is not part of JPQL. Native query is the portable way to go.