Hi developers,
I am wondering whether I should use CAF or entity EJBs for persistence.
I am afraid that CAF only allows CRUD operations and queries, and I might need to do something like
"load from DB records #20 to #30 which satisfies query X" to achieve UI table pagination.
In such circumstances I am afraid that CAF might be too restrictive.
Can anyone please shed some light?
Thanks a lot and regards
Vincenzo