What is the use of show_sql in hibernate?
Answer / Pooja Pandey
The 'show_sql' option in Hibernate configuration prints out the SQL queries generated by Hibernate. This can be useful for debugging and understanding how Hibernate maps Java objects to SQL.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to set parameter in query hibernate?
What is hibernate entity?
Difference between session and sessionfactory in hibernate?
What does sessionfactory do in hibernate?
Why is sessionfactory used in hibernate?
What is Light Object Mapping?
List some of the database support by hibernate?
Why hibernate sessionfactory is thread safe?
What is the difference between session and entitymanager?
How to use limit in hibernate query?
What are the cascade types in hibernate?
What is the difference between session and sessionfactory in hibernate?