Uses of Interface
javax.persistence.criteria.Selection
Packages that use Selection
-
Uses of Selection in javax.persistence.criteria
Subinterfaces of Selection in javax.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceCollectionJoin<Z,E> TheCollectionJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Collection.interfaceTheCompoundSelectioninterface defines a compound selection item (tuple, array, or result of constructor).static interfaceInterface used to build general case expressions.static interfaceInterface used to build coalesce expressions.static interfaceInterface used to build in predicates.static interfaceInterface used to build simple case expressions.interfaceExpression<T>Type for query expressions.interfaceFrom<Z,X> Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.interfaceJoin<Z,X> A join to an entity, embeddable, or basic type.interfaceListJoin<Z,E> TheListJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.List.interfaceMapJoin<Z,K, V> TheMapJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Map.interfaceType of criteria query parameter expressions.interfacePath<X>Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.interfacePluralJoin<Z,C, E> ThePluralJoininterface defines functionality that is common to joins to all collection types.interfaceThe type of a simple or compound predicate: a conjunction or disjunction of restrictions.interfaceRoot<X>A root type in the from clause.interfaceSetJoin<Z,E> TheSetJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Set.interfaceSubquery<T>TheSubqueryinterface defines functionality that is specific to subqueries.Methods in javax.persistence.criteria that return SelectionModifier and TypeMethodDescriptionAssigns an alias to the selection item.AbstractQuery.getSelection()Return the selection of the query, or null if no selection has been set.Methods in javax.persistence.criteria that return types with arguments of type SelectionModifier and TypeMethodDescriptionSelection.getCompoundSelectionItems()Return the selection items composing a compound selection.Methods in javax.persistence.criteria with parameters of type SelectionModifier and TypeMethodDescriptionCreate an array-valued selection item.<Y> CompoundSelection<Y> Create a selection item corresponding to a constructor.CriteriaQuery.multiselect(Selection<?>... selections) Specify the selection items that are to be returned in the query result.Specify the item that is to be returned in the query result.Create a tuple-valued selection item.Method parameters in javax.persistence.criteria with type arguments of type SelectionModifier and TypeMethodDescriptionCriteriaQuery.multiselect(List<Selection<?>> selectionList) Specify the selection items that are to be returned in the query result.