Hello,
i will use a query like this in ejb ql:
Select * from whe A&1;
But i have the following error:
line 1, column 171: unexpected char [&].
How can i use this operator to check the bits in a row?
Hello,
i will use a query like this in ejb ql:
Select * from whe A&1;
But i have the following error:
line 1, column 171: unexpected char [&].
How can i use this operator to check the bits in a row?
You need to add a sql function to the dialect, see https://forum.hibernate.org/viewtopic.php?t=940978&highlight=bitwise .