| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| org.batoo.jpa.core.impl.model.mapping |
| Modifier and Type | Method and Description |
|---|---|
<T> CriteriaQueryImpl<T> |
CriteriaBuilderImpl.createQuery(Class<T> resultClass) |
CriteriaQueryImpl<Tuple> |
CriteriaBuilderImpl.createTupleQuery() |
CriteriaQueryImpl<T> |
CriteriaQueryImpl.distinct(boolean distinct) |
CriteriaQueryImpl<T> |
CriteriaQueryImpl.multiselect(Selection<?>... selections) |
CriteriaQueryImpl<T> |
CriteriaQueryImpl.select(Selection<? extends T> selection)
Sets the selection
|
CriteriaQueryImpl<T> |
CriteriaQueryImpl.where(Expression<Boolean> restriction) |
CriteriaQueryImpl<T> |
CriteriaQueryImpl.where(Predicate... restrictions) |
| Modifier and Type | Method and Description |
|---|---|
protected CriteriaQueryImpl<Y> |
AssociationMapping.getSelectCriteria()
Returns the select criteria.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.