ObjectDB Database Search
51-100 of 200 resultsjakarta.persistence.criteria.CriteriaBuilder.In Jakarta Persistence (JPA) Interface in jakarta.persistence. criteria .CriteriaBuilder jakarta.persistence. criteria .CriteriaBuilder.In Super Interfaces: Predicate , Expression , Selection ... type. Since: Jakarta Persistence (JPA) 3. 2 Predicate equalTo ( Expression value ) Create a predicate | |
jakarta.persistence.criteria.CriteriaBuilder.Coalesce Jakarta Persistence (JPA) Interface in jakarta.persistence. criteria .CriteriaBuilder jakarta.persistence. criteria .CriteriaBuilder.Coalesce Super Interfaces: Expression , Selection , TupleElement ... Persistence (JPA) 3. 2 Predicate equalTo ( Expression value ) Create a predicate to test | |
jakarta.persistence.criteria.CriteriaBuilder.SimpleCase Jakarta Persistence (JPA) Interface in jakarta.persistence. criteria .CriteriaBuilder jakarta.persistence. criteria .CriteriaBuilder.SimpleCase Super Interfaces: Expression , Selection , TupleElement ... Persistence (JPA) 3. 2 Predicate equalTo ( Expression value ) Create a predicate to test | |
jakarta.persistence.criteria.From Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .From Type Parameters ... to the type. Since: Jakarta Persistence (JPA) 2 .0 Public Instance Methods Selection alias ( String name ... ) 3. 2 Predicate equalTo ( Expression value ) Create a predicate to test whether the expression | |
jakarta.persistence.criteria.Subquery Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .Subquery Type Parameters ... . A subquery has an expression as its selection item. Since: Jakarta Persistence (JPA) 2 .0 Public ... of the given basic type. Since: Jakarta Persistence (JPA) 3. 2 Root correlate ( Root parentRoot ) Create | |
jakarta.persistence.criteria.CriteriaUpdate Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .CriteriaUpdate Type Parameters ... The CriteriaUpdate interface defines functionality for performing bulk update operations using the Criteria API. Criteria API bulk update operations map directly to database update operations, bypassing any | |
jakarta.persistence.criteria.CriteriaDelete Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .CriteriaDelete Type Parameters ... The CriteriaDelete interface defines functionality for performing bulk delete operations using the Criteria API Criteria API bulk delete operations map directly to database delete operations. The persistence | |
jakarta.persistence.criteria.Order Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .Order An object that defines an ordering over the query results. Since: Jakarta Persistence (JPA) 2 .0 The ORDER BY clause (JPQL / Criteria API) article explains how to use Order . Public Instance Methods Expression getExpression | |
jakarta.persistence.criteria.Nulls Jakarta Persistence (JPA) Enum jakarta.persistence. criteria .Nulls java.lang.Object ∟ java.lang.Enum ∟ jakarta.persistence. criteria .Nulls Implemented Interfaces: Constable , Comparable , Serializable ... (Expression, Nulls) CriteriaBuilder.desc(Expression, Nulls) Since: Jakarta Persistence (JPA) 3. 2 Enum | |
jakarta.persistence.criteria.Selection Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .Selection Type Parameters ... that is to be returned in a query result. Since: Jakarta Persistence (JPA) 2 .0 The SELECT clause (JPQL / Criteria API) article explains how to use Selection . Public Instance Methods Selection alias | |
jakarta.persistence.criteria.LocalDateField Jakarta Persistence (JPA) Class jakarta.persistence. criteria .LocalDateField java.lang.Object ∟ jakarta.persistence. criteria .LocalDateField Type Parameters: - the resulting type of the extracted ... which can be extracted from a LocalDate . Since: Jakarta Persistence (JPA) 3. 2 Public Static Fields DAY The calendar | |
jakarta.persistence.criteria.LocalTimeField Jakarta Persistence (JPA) Class jakarta.persistence. criteria .LocalTimeField java.lang.Object ∟ jakarta.persistence. criteria .LocalTimeField Type Parameters: - the resulting type of the extracted ... which can be extracted from a LocalTime . Since: Jakarta Persistence (JPA) 3. 2 Public Static Fields HOUR The hour | |
jakarta.persistence.criteria.LocalDateTimeField Jakarta Persistence (JPA) Class jakarta.persistence. criteria .LocalDateTimeField java.lang.Object ∟ jakarta.persistence. criteria .LocalDateTimeField Type Parameters: - the resulting type ... which can be extracted from a LocalDateTime . Since: Jakarta Persistence (JPA) 3. 2 Public Static Fields DATE | |
jakarta.persistence.criteria.JoinType Jakarta Persistence (JPA) Enum jakarta.persistence. criteria .JoinType java.lang.Object ∟ java.lang.Enum ∟ jakarta.persistence. criteria .JoinType Implemented Interfaces: Constable , Comparable ... . Since: Jakarta Persistence (JPA) 2 .0 Enum Constants INNER Inner join. Since: Jakarta Persistence | |
jakarta.persistence.criteria.AbstractQuery Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .AbstractQuery Type Parameters ... own joins). All queries may have: a conjunction of restrictions. Since: Jakarta Persistence (JPA) 2 .0 ... Persistence (JPA) 3. 2 boolean isDistinct () Return whether duplicate query results must be eliminated or | |
jakarta.persistence.criteria.TemporalField Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .TemporalField Type Parameters: - the resulting type of the extracted value - the temporal type (date, time, or datetime) Each ... . See Also: LocalDateField LocalTimeField LocalDateTimeField CriteriaBuilder.extract(TemporalField, Expression) Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.CompoundSelection Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .CompoundSelection Type Parameters: - the type of the selection item Super Interfaces: Selection , TupleElement The CompoundSelection ... ). Since: Jakarta Persistence (JPA) 2 .0 Public Instance Methods Selection alias ( String name ) Assigns an alias | |
jakarta.persistence.criteria.CriteriaSelect Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .CriteriaSelect Type Parameters: - the type returned by the query Abstracts over top-level queries and unions and intersections of top-level queries. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.Fetch Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .Fetch Type Parameters: - the source type of the fetch - the target type of the fetch Super Interfaces: FetchParent Represents a join-fetched association or attribute. Since: Jakarta Persistence (JPA) 2 .0 Public Instance Methods Fetch | |
jakarta.persistence.criteria.FetchParent Jakarta Persistence (JPA) Interface jakarta.persistence. criteria .FetchParent Type Parameters: - the source type - the target type Represents an element of the from clause which may function as the parent of Fetches. Since: Jakarta Persistence (JPA) 2 .0 Public Instance Methods Fetch fetch | |
jakarta.persistence.criteria.CriteriaBuilder.union(CriteriaSelect,CriteriaSelect) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaSelect ... which is the union of the given queries. Returns: a new criteria query which returns the union of the results of the given queries. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.CriteriaBuilder.unionAll(CriteriaSelect,CriteriaSelect) criteria query which returns the union of the results of the given queries. Since: Jakarta Persistence (JPA) 3. 2 ... Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaSelect unionAll ( CriteriaSelect left , CriteriaSelect right ) Create a query | |
jakarta.persistence.criteria.CriteriaBuilder.intersect(CriteriaSelect,CriteriaSelect) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaSelect ... which is the intersection of the given queries. Returns: a new criteria query which returns the intersection of the results of the given queries. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.CriteriaBuilder.intersectAll(CriteriaSelect,CriteriaSelect): a new criteria query which returns the intersection of the results of the given queries. Since: Jakarta Persistence (JPA) 3. 2 ... Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaSelect intersectAll ( CriteriaSelect left , CriteriaSelect right ) Create a query | |
jakarta.persistence.criteria.CriteriaBuilder.except(CriteriaSelect,CriteriaSelect) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaSelect ... (setwise) subtraction of the second query from the first query. Returns: a new criteria query which returns the result of subtracting the results of the second query from the results of the first query. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.CriteriaBuilder.exceptAll(CriteriaSelect,CriteriaSelect) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaSelect ... results. Returns: a new criteria query which returns the result of subtracting the results of the second query from the results of the first query. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.CriteriaBuilder.treat(SetJoin,Class) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder SetJoin treat ( SetJoin join , Class type ) Downcast SetJoin object to the specified type. Parameters: join - SetJoin object type - type to be downcast to Returns: SetJoin object of the specified type. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CriteriaBuilder.treat(ListJoin,Class) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder ListJoin treat ( ListJoin join , Class type ) Downcast ListJoin object to the specified type. Parameters: join - ListJoin object type - type to be downcast to Returns: ListJoin object of the specified type. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CriteriaBuilder.treat(MapJoin,Class) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder MapJoin treat ( MapJoin join , Class type ) Downcast MapJoin object to the specified type. Parameters: join - MapJoin object type - type to be downcast to Returns: MapJoin object of the specified type. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CriteriaBuilder.treat(Path,Class) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Path treat ( Path path , Class type ) Downcast Path object to the specified type. Parameters: path - path type - type to be downcast to Returns: Path object of the specified type. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CriteriaBuilder.treat(Root,Class) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Root treat ( Root root , Class type ) Downcast Root object to the specified type. Parameters: type - type to be downcast to root - root Returns: Root object of the specified type. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CollectionJoin.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CollectionJoin CollectionJoin on ( Expression restriction ) Modify the join to restrict the result according ... . Parameters: restriction - a simple or compound boolean expression Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CollectionJoin.on(Predicate...) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CollectionJoin CollectionJoin on ( Predicate... restrictions ) Modify the join to restrict the result according ... . Parameters: restrictions - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CriteriaBuilder.tuple(List) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CompoundSelection tuple ( List selections ) Create a tuple-valued selection item. Parameters: selections ... : IllegalArgumentException - if an argument is a tuple- or array-valued selection item. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.CriteriaBuilder.array(List) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CompoundSelection array ( List selections ) Create an array-valued selection item. Parameters ... : IllegalArgumentException - if an argument is a tuple- or array-valued selection item. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.CriteriaBuilder.createCriteriaUpdate(Class) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaUpdate createCriteriaUpdate ( Class targetEntity ) Create a CriteriaUpdate query object to perform a bulk update operation. Parameters: targetEntity - target type for update operation Returns: the query object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CriteriaBuilder.createCriteriaDelete(Class) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaDelete createCriteriaDelete ( Class targetEntity ) Create a CriteriaDelete query object to perform a bulk delete operation. Parameters: targetEntity - target type for delete operation Returns: the query object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.CriteriaBuilder.asc(Expression,Nulls) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Order asc ( Expression expression , Nulls nullPrecedence ) Create an ordering by ... nullPrecedence - the precedence of null values Returns: ascending ordering corresponding to the expression. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.CriteriaBuilder.desc(Expression,Nulls) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Order desc ( Expression expression , Nulls nullPrecedence ) Create an ordering by ... nullPrecedence - the precedence of null values Returns: descending ordering corresponding to the expression. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.AbstractQuery.having(List) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery AbstractQuery having ( List restrictions ) Specify restrictions over the groups of the query according ... removed. Parameters: restrictions - a list of zero or more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.Subquery.where(List) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Subquery Subquery where ( List restrictions ) Modify the query to restrict the query result according to the conjunction ... - a list of zero or more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.AbstractQuery.where(List) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery AbstractQuery where ( List restrictions ) Modify the query to restrict the query result according ... . Parameters: restrictions - a list of zero or more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.SetJoin.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .SetJoin SetJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ... - a simple or compound boolean expression Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.SetJoin.on(Predicate...) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .SetJoin SetJoin on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ... : restrictions - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.Subquery.having(List) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Subquery Subquery having ( List restrictions ) Specify restrictions over the groups of the query according ... : restrictions - a list of zero or more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3. 2 | |
jakarta.persistence.criteria.Subquery.getContainingQuery() Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Subquery CommonAbstractCriteria getContainingQuery() Return the query of which this is a subquery. This may be a CriteriaQuery, CriteriaUpdate, CriteriaDelete, or a Subquery. Returns: the enclosing query or subquery. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.ListJoin.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .ListJoin ListJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ... : restriction - a simple or compound boolean expression Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.Join.on(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Join Join on ( Expression restriction ) Modify the join to restrict the result according to the specified ON condition ... - a simple or compound boolean expression Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.Join.on(Predicate...) Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Join Join on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ... - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1 | |
jakarta.persistence.criteria.Join.getOn() Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Join Predicate getOn() Return the predicate that corresponds to the ON restriction(s) on the join, or null if no ON condition has been specified. Returns: the ON restriction predicate. Since: Jakarta Persistence (JPA) 2 .1 |