Hi All,
I want to know whether I can join 2 named queries in JPA. As an example I have two following named queries
1 - Get all the active users 2 - get all the users for a given company
Is it possible for me to join above two named queries and get
get all the active users for a given company.
If possible pls send me some references
thanks in advance
cheers
sameera