by
What are the important interfaces of Hibernate framework?

1 Answer

0 votes
by

Hibernate interfaces are:

  • SessionFactory (org.hibernate.SessionFactory)
  • Session (org.hibernate.Session)
  • Transaction (org.hibernate.Transaction)

Related questions

0 votes
    What is Hibernate?...
asked Feb 4, 2021 by JackTerrance
0 votes
    Which of these packages contains all the event handling interfaces? (a) java.lang (b) java.awt (c) java.awt ... Event Handling of Java Select the correct answer from above options...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    Which of these interfaces handles the event when a component is added to a container? (a) ComponentListener (b) ... Handling of Java Select the correct answer from above options...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    Which of these interfaces define a method actionPerformed()? (a) ComponentListener (b) ContainerListener (c) ... of Java Select the correct answer from above options...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    Which of these interfaces define four methods? (a) ComponentListener (b) ContainerListener (c) ActionListener (d) ... Handling of Java Select the correct answer from above options...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    Which of these interfaces define a method itemStateChanged()? (a) ComponentListener (b) ContainerListener (c) ... of Java Select the correct answer from above options...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    Which of these interfaces is implemented by TimerTask class? (a) Runnable (b) Thread (c) Observer (d) ... Utility Classes of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    Which of these keywords is used to define interfaces in Java? (a) interface (b) Interface (c) intf (d) ... & Packages of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    What happens when we access the same variable defined in two interfaces implemented by the same class? (a) ... Packages of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    What are the core interfaces of Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    Which of the following is not a core interface of Hibernate? (a) Configuration (b) Criteria (c) ... Miscellaneous of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    Which of the following is not a state of object in Hibernate? (a) Attached() (b) Detached() (c) ... Autoboxing & Miscellaneous of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    Which of the following is not an advantage of using Hibernate Query Language? (a) Database independent (b) ... Miscellaneous of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    Which one of the following annotations is not used in Hibernate? (a) @Entity (b) @Column (c) @Basic (d) ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what are some important Java interview questions for freshers? Select the correct answer from above options...
asked Jan 11, 2022 in Education by JackTerrance
...