I am new to datanucleus.
Is it possible to use the Sql in operater ind JDOQL in datanucleus?
I want to use declerative JDOQL but I cannot figure out how to create a query that does what the SQL In Operater does.
SQL Query would look like this:
SELECT * FROM table WHERE id IN (1,2,3,4,5)
Thanks for helpful information