Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the core interfaces of Hibernate?
Home
Hibernate
What are the core interfaces of Hibernate?
0
votes
asked
Dec 31, 2023
in
Hibernate
by
Robindeniel
What are the core interfaces of Hibernate?
hibernate-interfaces
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 31, 2023
by
Robindeniel
The core interfaces of Hibernate framework are:
Configuration
SessionFactory
Session
Query
Criteria
Transaction
...