Top "Createcriteria" questions

Creating criteria based queries with GORM, Hibernate or Grails

hibernate - createCriteria or createAlias?

If I want to search those students who take class "Math" and "John" is his group: shoud I use createCriteria …

nhibernate hibernate createcriteria
NHibernate: CreateCriteria and Exists clause

How can I write the following SQL using CreateCriteria: SELECT * FROM FooBar fb WHERE EXISTS (SELECT FooBarId FROM Baz b …

nhibernate exists createcriteria
grails list and createCriteria()

I have a list function for a grails web app. This list will populate a table base on some search …

list search grails createcriteria
CreateCriteria with projections does not select all columns

My Question is exactly like Grails Projections not returning all properties and not grouped I have a following criteria def …

grails projection createcriteria
NHibernate query CreateCriteria

Is it possible to chose what columns I want in return from Session.CreateCriteria() ? egz.: var x = session.CreateCriteria(); x.…

c# nhibernate orm createcriteria
Grails queries with criteria: how to get back a map with column?

Is it possible, to query grails with criteria and receive a list of maps instead of a list of lists? …

hibernate grails createcriteria