Hi All,
In Hibernate we can see the query by setting in persistence xml file
<propertyname="show_sql">true</property>
Do we have anything like this in SAP JPA so that i can see the actual query ?
If not is there any place in Server where can I check the fired query?
Many Thanks