Questions tagged as 'hql'

1
answer

Return person and phone list

I have an entity called Pessoa . This entity has a list of phones of the Telefone entity. How do I get the person's information and popular that person's phone list in select with only hql ? When using the query...
asked by 26.04.2017 / 19:10
1
answer

org.hibernate.QueryException: could not resolve property: Order of: Classes.Customer

I'm having trouble setting up a HQL query in Hibernate, look at the error that occurs:    Exception in thread "AWT-EventQueue-0" org.hibernate.QueryException: could not resolve property: Order of: Classes.Customer [select c from Classes.Custo...
asked by 22.02.2017 / 21:44
1
answer

Building select in HQL

I'm starting to use JPA with hibernate and I'm having doubts about the HQL query, I did a little research on the hql Query only that I could not understand much. I want to do this select in hql only I did not understand how to transform it into...
asked by 24.08.2018 / 18:46