I am using JPA criteria
, How show my sql native request via CriteriaQuery<Object[]>
query in mode debug.
Asked
Active
Viewed 79 times
0

Ameur fahd
- 21
- 2
- 5
-
Show us configuration file xml? – Abdelhak Mar 18 '16 at 14:10
-
1set to `true` property `hibernate.show_sql` in persistence.xml for the persistense unit – Alex Salauyou Mar 18 '16 at 14:17
-
1programmatically? via log? which JPA implementation? – Neil Stockton Mar 18 '16 at 14:24
-
hibernate implementation, in mode debug, thanks – Ameur fahd Mar 18 '16 at 14:57