Mechanism typical to ORM frameworks that allows the creation of queries against a database in a dynamic and object-oriented fashion.
How do I take the "top n" using NHibernate Criteria API? Ideally I'd like to use detached criteria.
c# nhibernate criteria icriteriaI would like to query the objects in my collection such as a given value must belong to the values …
spring mongodb criteria mongotemplateI have this error while trying to list objects from database with hibernate Criteria decorated with simple Restrictions Criteria criteria = …
java hibernate criteria single-table-inheritanceThis code give me a list of two items Datetime and count. But I need group it by date without …
java hibernate criteria date-formattingI have a situation where in my where clause I have single predicate and expression. And both needs to be …
java jpa expression criteria predicatehope someone can figure out what I'm doing wrong here. The task seems quite simple, but is apparently beyond me. …
sql join criteria database-tableI am trying to use subqueries in an application I am writing using JPA 2.0 type-safe criteria API, with Hibernate 3.6.1.Final …
jpa subquery criteria jpa-2.0 criteria-apiI have posted a question few days ago about Querying on collections with the Criteria API and after all the …
.net asp.net nhibernate hql criteria