Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in criteria-api

JPA Criteria api join through embedded ID

Using an @Embeddable entity in a JPA CriteriaQuery

JPA CriteriaBuilder value like column

JPA find entities where date is between start and end date that can be null using Criteria

jpa criteria-api

Criteria query for unidirectional one-to-many relationship

JPA Criteria with ElementCollection

java jpa jpql criteria-api

Select object from joined table with JPA Criteria-API

java jpa criteria-api

Usage of Coalesce or Case statement in JPA

Some basic questions on Criteria from JPA 2.0

Spring Data Specification for set contains operation

How to use CriteriaQuery SUM of custom operation on some cells?

Using NHibernate Criteria API to select specific set of data together with a count

Group by date intervals using JPA's Criteria API

Is it possible to define LEFT Join when annotating a relationship with @OneToMany?