cancel
Showing results for 
Search instead for 
Did you mean: 

How to view SAP JPA query

Former Member
0 Kudos

Hi All,

In Hibernate we can see the query by setting in persistence xml file


<property name="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

Accepted Solutions (1)

Accepted Solutions (1)

former_member193379
Active Contributor
0 Kudos

Hi Arvind,

You can monitor JPA Cache, for more details please have look of the below help

Using JPA Monitors - Monitoring - SAP Library

Thanks,

Hamendra

Answers (0)