1 | What is understood by orphan delete in hibernate ? |
2 | What is transient object in hibernate |
3 | What is the difference between the session.get() method and the session.load() method? |
4 | If I am using session.saveorupdate() , what can I expect from this method ? |
5 | Can we execute direct sql's in hibernate ? |
6 | How can I avoid n+1 SQL SELECT queries when running a Hibernate query? |
7 | How can you implement first level caching in hibernate ? |
8 | Session.flush has to be called explicitly to commit the transaction. True or false ?
|
9 | Can hibernate be used with any other technology other than Java ? |
10 | Can you change the property type to/from the database column type? |