I want to get a list of all NamedQueries within my application and I also want to invoke them generically at runtime. Is there an option to get the list as well as some kind of meta-data (generally speaking some kind of Reflection)?
Another Thread provided some kind of solution for NHibernate ... can't find the similar at JPA even if using Hibernate as implementation.
Thx in advance El Subcomandante