Passion Expressions

Hibernate Criteria extension

Hibernate Criteria extension

"Hibernate Criteria Extension is a library extension library for hibernate. This library is written based on hibernate criteria and projections. It can auto detect join type of an association that is configured in an entity, do projections only by passing array of field’s name"

Hibernate Criteria Extension is a library extension library for hibernate. This library is written based on hibernate criteria and projections. It can auto detect join type of an association that is configured in an entity, do projections only by passing array of field’s name.

Feature

  • Select only the columns that we need

Do projections by declaring field’s name in array and passing it to HCE API

  • Auto join association

HCE will automatically detect join ( left or right ) from the annotation given