I\'m constructing a hql query that needs to return orders where the User\'s ID is null: IList<Order> rows = DataContext.LoadList<Order>(
Here\'s the details. I have 2 entity tables with one to many relationship. First, Exam class has many Category class. Hibernate generates this tables
:) I have the following classes: Dislike DislikedComment (Comment) MemberId (int) Comment Dislikes (List<Dislike>)
Hi I have a hibernate query which is giving me a list with type List<List<integer>>. How can I iterate this? My hibernate query is:
Two questions. Is there a way for us to query by substring/contains method or like a search style query or even regular expression matching?
I\'ve got the following SQL tables Department name|employees| Employee name|gender|type|dead | |John|male|good|yes|
I am using Spring + Hibernate(HQL). I have a requirement where I need to fire select query multiple times as parameters are different each time.
First some context and explanation: I have written the following HQL query: select size(childGroups), size(ipts), g.id, g.name, g.status from LogicalGroup g where g.isRoot=true group by g.id, g.name
hi i am trying to return non entity class of the resulting query using Transformers in hibernate. My pojo class is
how can I pass a parameter to a subquery in hibernate? I am trying this but I get an exception that :currentDate does not exist as a named parameter in (...[query]...) even though the query clearly sh