Hi,
I was trying to load data on browse screen by using jpql query and collectionLoader.load()
but since jpql does not support jpql, i tried jdbc template to load data by using recursive query.
and i set the data in collectioncontainer.setitems(data) and added in collectionloader i was able to view required data but when i tries to use browse screen filters to serach any data i get below exceptions
java.lang.IllegalArgumentException: An exception occurred while creating a query in EntityManager:
Exception Description: Syntax error parsing
[34, 54] The named input parameter ''{0}'' is not following the rules for a Java identifier.
Kindly suggest if there is any other way to view jdbctemplate data on browse screen and also would able to use filters to search data.