Index

A C G J O P Q 
All Classes and Interfaces|All Packages

A

addQueryParameter(QueryParameter<T>) - Method in interface com.speedment.jpastreamer.criteria.Criteria
Adds a QueryParameter to the current Criteria

C

com.speedment.jpastreamer.criteria - package com.speedment.jpastreamer.criteria
 
createCriteria(CriteriaBuilder, CriteriaQuery<RETURN>, Root<ENTITY>) - Method in interface com.speedment.jpastreamer.criteria.CriteriaFactory
Creates and returns a Criteria containing the provided builder, query and root.
createCriteria(EntityManager, Class<ENTITY>) - Method in interface com.speedment.jpastreamer.criteria.CriteriaFactory
Creates and returns a Criteria where the CriteriaBuilder, CriteriaQuery and Root are created by the provided entityManager.
createCriteria(EntityManager, Class<ENTITY>, Class<RETURN>) - Method in interface com.speedment.jpastreamer.criteria.CriteriaFactory
Creates and returns a Criteria where the CriteriaBuilder, CriteriaQuery and Root are created by the provided entityManager.
createOrder(Criteria<ENTITY, ?>, Comparator<ENTITY>) - Method in interface com.speedment.jpastreamer.criteria.OrderFactory
Creates and returns a JPA Order with the Comparator serving as the model from which the Order is created.
createPredicate(Criteria<ENTITY, ?>, SpeedmentPredicate<ENTITY>) - Method in interface com.speedment.jpastreamer.criteria.PredicateFactory
Creates and returns a JPA Predicate with the SpeedmentPredicate serving as the model.
Criteria<ENTITY,RETURN> - Interface in com.speedment.jpastreamer.criteria
 
CriteriaFactory - Interface in com.speedment.jpastreamer.criteria
 

G

getBuilder() - Method in interface com.speedment.jpastreamer.criteria.Criteria
Returns the CriteriaBuilder that is stored within this Criteria
getParameterExpression() - Method in interface com.speedment.jpastreamer.criteria.QueryParameter
 
getQuery() - Method in interface com.speedment.jpastreamer.criteria.Criteria
Returns the CriteriaQuery that is stored within this Criteria
getQueryParameters() - Method in interface com.speedment.jpastreamer.criteria.Criteria
Returns the QueryParameters that is stored within this Criteria
getRoot() - Method in interface com.speedment.jpastreamer.criteria.Criteria
Returns the Root that is stored within this Criteria
getValue() - Method in interface com.speedment.jpastreamer.criteria.QueryParameter
 

J

jpastreamer.criteria - module jpastreamer.criteria
 

O

OrderFactory - Interface in com.speedment.jpastreamer.criteria
 

P

PredicateFactory - Interface in com.speedment.jpastreamer.criteria
 

Q

QueryParameter<T> - Interface in com.speedment.jpastreamer.criteria
Stores a query parameter and the value associated with the parameter
A C G J O P Q 
All Classes and Interfaces|All Packages