CriteriaBuilder.abs(javax.persistence.criteria.Expression)
over an attribute.CriteriaBuilder.avg(javax.persistence.criteria.Expression)
over an attribute.CriteriaBuilder.count(javax.persistence.criteria.Expression)
over an attribute.<E>.<E>
with for a given object and a specific set of properties..<E>
with for a given object and a specific set of properties..Criteria instance.CriteriaBuilder.currentDate().CriteriaBuilder.currentTime().CriteriaBuilder.currentTimestamp().<E>.<E> with support for pagination.EntityManager.flush().CriteriaBuilder.lower(javax.persistence.criteria.Expression)
over a String attribute.CriteriaBuilder.max(javax.persistence.criteria.Expression)
over an attribute.CriteriaBuilder.min(javax.persistence.criteria.Expression)
over an attribute.CriteriaBuilder.mod(javax.persistence.criteria.Expression, Integer)
for an attribute.CriteriaBuilder.neg(javax.persistence.criteria.Expression)
over an attribute.EntityManager.refresh(Object).EntityManager.remove(Object).EntityManager.remove(Object)
with a following flush.EntityRepository.save(Object)s the given entity and flushes the persistence context afterwards.EntityRepository.save(Object)s the given entity and flushes the persistence context afterwards,
followed by a refresh (e.g. to load DB trigger modifications).CriteriaBuilder.substring(javax.persistence.criteria.Expression, int)
over a String attribute.CriteriaBuilder.substring(javax.persistence.criteria.Expression, int, int)
over a String attribute.CriteriaBuilder.sum(javax.persistence.criteria.Expression)
over an attribute.CriteriaBuilder.upper(javax.persistence.criteria.Expression)
over a String attribute.Criteria instance.Criteria instance with a join type.Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.