Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How can we use Named Query in Hibernate?

Pragya Keshap answered on February 10, 2023 Popularity 5/10 Helpfulness 1/10

Contents


More Related Answers

  • hibernate query
  • use variable in hibernate query request
  • Hibernate/JPA criteria query
  • like query hibernate

  • How can we use Named Query in Hibernate?

    0

    A Named SQL query is the HQL query that is associated with a

    string name and can be referenced in the application by name.

    It can be used in following ways:

    XMLMapping File: We can define it in XMLmapping file.

    Egg.

    query = "from Book s where s.author = :author”

    )

    })

    https://www.javatpoint.com/hibernate-named-query

    Popularity 5/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 10 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.