Hi,
Is there any way to use JCR Query to perform querys on rxmaster tables? for example, contentstatus table.
In plain sql, I can execute sql like
select contentid, currentrevision from contentstatus where contentid = 12345
I wonder if I am able to do the same thing using JCR Query.
Thank you.