What are the Core interfaces of Hibernate framework?



What are the Core interfaces of Hibernate framework?..

Answer / Nitesh Kumar

"Some core interfaces in the Hibernate framework include: Session (the primary interface for executing CRUD operations), Transaction (to manage transactions), Query (for executing queries), and Criteria (to build more complex queries dynamically).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Why hibernate is used in java?

1 Answers  


Is hibernate session is thread safe?

1 Answers  


How is sql query created in hibernate?

1 Answers  


What is second level cache in hibernate?

1 Answers  


What is hibernate tool?

1 Answers  


What are the types of inheritance models in hibernate?

1 Answers  


What are the main differences between persistent and transient objects?

1 Answers  


What is hibernate entitymanagerfactory?

1 Answers  


What is the difference between merge and merge join in ssis?

1 Answers  


What is metadata in hibernate?

1 Answers  


What is unidirectional and bidirectional?

1 Answers  


Why we should not make entity class final?

1 Answers  


Categories