Internal Website Search

111-120 of 200 resultsRefresh

Comparison in JPQL and Criteria API

!= null Comparable Data Types Comparison is supported for values of the following data types: Values of numeric types, including primitive types (, double), wrapper types (Byte, Short, Character

javax.persistence.criteria.SetJoin

.criteriaInterface type">SetJoin<Z,E> The SetJoin interface is the type of the result of joining to a collection ... ; type) Perform a typecast upon the expression

javax.persistence.criteria.ListJoin

.criteriaInterface type">ListJoin<Z,E> The ListJoin interface is the type of the result of joining to a collection ... ;X> type) Perform a typecast upon the expression

javax.persistence.criteria.CollectionJoin

.criteriaInterface type">CollectionJoin<Z,E> The CollectionJoin interface is the type of the result of joining ... (Class<X> type) Perform

javax.persistence.criteria.MapJoin

.criteriaInterface type">MapJoin<Z,K,V> The MapJoin interface is the type of the result of joining to a collection ... ;X> type) Perform a typecast upon the expression

javax.persistence.criteria.Join

.criteriaInterface type">Join<Z,X> type. (Class<X> type) Perform a typecast

javax.persistence.criteria.PluralJoin

.criteriaInterface type">PluralJoin<Z,C,E> types. It is not intended to be used directly in query construction. as (Class<X> type

javax.persistence.criteria.From

.criteriaInterface type">From<Z,X> Represents a bound type, usually an entity that appears in the from clause ... of associations, embeddables, and collections belonging to the type, and for Paths of attributes belonging

javax.persistence.criteria.Root

.criteriaInterface type">Root<X> A root type in ... ">as (Class<X> type) Perform

SELECT clause (JPQL / Criteria API)

expressions that represent anything but entity objects (e.g. values of system types and user defined ... method takes one argument of type type (as set when CriteriaQuery is instantiated):