Uses of Interface
javax.persistence.criteria.Selection
-
Packages that use Selection Package Description javax.persistence.criteria -
-
Uses of Selection in javax.persistence.criteria
Subinterfaces of Selection in javax.persistence.criteria Modifier and Type Interface Description interfaceCollectionJoin<Z,E>interfaceCompoundSelection<X>static interfaceCriteriaBuilder.Case<R>static interfaceCriteriaBuilder.Coalesce<T>static interfaceCriteriaBuilder.In<T>static interfaceCriteriaBuilder.SimpleCase<C,R>interfaceExpression<T>interfaceFrom<Z,X>interfaceJoin<Z,X>interfaceListJoin<Z,E>interfaceMapJoin<Z,K,V>interfaceParameterExpression<T>interfacePath<X>interfacePluralJoin<Z,C,E>interfacePredicateinterfaceRoot<X>interfaceSetJoin<Z,E>interfaceSubquery<T>Methods in javax.persistence.criteria that return Selection Modifier and Type Method Description Selection<X>Selection. alias(java.lang.String name)Selection<T>AbstractQuery. getSelection()Methods in javax.persistence.criteria that return types with arguments of type Selection Modifier and Type Method Description java.util.List<Selection<?>>Selection. getCompoundSelectionItems()Methods in javax.persistence.criteria with parameters of type Selection Modifier and Type Method Description CompoundSelection<java.lang.Object[]>CriteriaBuilder. array(Selection<?>... selections)<Y> CompoundSelection<Y>CriteriaBuilder. construct(java.lang.Class<Y> resultClass, Selection<?>... selections)CriteriaQuery<T>CriteriaQuery. multiselect(Selection<?>... selections)CriteriaQuery<T>CriteriaQuery. select(Selection<? extends T> selection)CompoundSelection<Tuple>CriteriaBuilder. tuple(Selection<?>... selections)Method parameters in javax.persistence.criteria with type arguments of type Selection Modifier and Type Method Description CriteriaQuery<T>CriteriaQuery. multiselect(java.util.List<Selection<?>> selectionList)
-