ObjectDB Database Search

101-150 of 200 results

jakarta.persistence.criteria.MapJoin.on(Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .MapJoin MapJoin 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.MapJoin.on(Predicate...)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .MapJoin MapJoin 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.ListJoin.on(Predicate...)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .ListJoin ListJoin 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.Order.getNullPrecedence()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Order Nulls getNullPrecedence() Return the precedence of null values. Returns: the precedence of null values . Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.and(List)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Predicate and (    List restrictions ) Create a conjunction of the given restriction predicates ... predicates Returns: and predicate. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.or(List)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Predicate or (    List restrictions ) Create a disjunction of the given restriction predicates ... predicates Returns: or predicate. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.From.join(EntityType,JoinType)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .From Join join (    EntityType entity ,    JoinType joinType ) Create and add a join to the given entity. Parameters: entity - metamodel entity representing the join target joinType - join type Returns: the resulting join. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.From.join(Class)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .From Join join (    Class entityClass ) Create and add an inner join to the given entity. Parameters: entityClass - the target entity class Returns: the resulting join. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.From.join(Class,JoinType)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .From Join join (    Class entityClass ,    JoinType joinType ) Create and add a join to the given entity. Parameters: entityClass - the target entity class joinType - join type Returns: the resulting join. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.From.join(EntityType)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .From Join join (    EntityType entity ) Create and add an inner join to the given entity. Parameters: entity - metamodel entity representing the join target Returns: the resulting join. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaQuery.having(List)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaQuery CriteriaQuery 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.Expression.notEqualTo(Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Expression Predicate notEqualTo (    Expression value ) Create a predicate to test whether the expression is unequal to the argument. Parameters: value - expression to be tested against Returns: predicate testing for inequality. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.Expression.notEqualTo(Object)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Expression Predicate notEqualTo (    Object value ) Create a predicate to test whether the expression is unequal to the argument. Parameters: value - value to be tested against Returns: predicate testing for inequality. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.Expression.equalTo(Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Expression Predicate equalTo (    Expression value ) Create a predicate to test whether the expression is equal to the argument. Parameters: value - expression to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.Expression.equalTo(Object)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Expression Predicate equalTo (    Object value ) Create a predicate to test whether the expression is equal to the argument. Parameters: value - value to be tested against Returns: predicate testing for equality. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.Expression.cast(Class)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .Expression Expression cast (    Class type ) Cast this expression to the specified type, returning a new expression object ... - a basic type Returns: a scalar expression of the given basic type. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaQuery.where(List)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaQuery CriteriaQuery where (    List restrictions ) Modify the query to restrict the query result according ... : restrictions - a list of zero or more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.extract(TemporalField,Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Expression extract (    TemporalField field ,    Expression temporal ) Create an expression ... - a temporal field type temporal - a date, time, or datetime Returns: expression for the value of the extracted field. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.treat(Join,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Join treat (    Join join ,    Class type ) Downcast Join object to the specified type. Parameters: join - Join object type - type to be downcast to Returns: Join object of the specified type. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.criteria.CriteriaBuilder.treat(CollectionJoin,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CollectionJoin treat (    CollectionJoin join ,    Class type ) Downcast CollectionJoin object ... : CollectionJoin object of the specified type. Since: Jakarta Persistence (JPA) 2 .1

JPA Query API

, which was the only query interface in JPA 1, and the TypedQuery interface, which was introduced in JPA 2 ... because it introduces the Country class to ObjectDB. Dynamic JPQL, Criteria API, and named queries In ... Criteria API provides an alternative way to build dynamic queries. It uses Java objects that represent

jakarta.persistence.criteria.Predicate.BooleanOperator

Jakarta Persistence (JPA) Enum in jakarta.persistence. criteria .Predicate jakarta.persistence. criteria .Predicate.BooleanOperator java.lang.Object ∟ java.lang.Enum ∟ jakarta.persistence. criteria .Predicate.BooleanOperator Implemented Interfaces: Constable , Comparable , Serializable Since: Jakarta

jakarta.persistence.criteria.CriteriaBuilder.Trimspec

Jakarta Persistence (JPA) Enum in jakarta.persistence. criteria .CriteriaBuilder jakarta.persistence. criteria .CriteriaBuilder.Trimspec java.lang.Object ∟ java.lang.Enum ∟ jakarta.persistence. criteria .CriteriaBuilder.Trimspec Implemented Interfaces: Constable , Comparable , Serializable Used

jakarta.persistence.EntityManager

Exception thrown by ConnectionFunction.apply , if any. Since: Jakarta Persistence (JPA) 3. 2 void ... of entity graph Returns: entity graph. Since: Jakarta Persistence (JPA) 2 .1 EntityGraph ... graph. Since: Jakarta Persistence (JPA) 2 .1 Query createNamedQuery ( String name ) Create an instance

ObjectDB Object Database Features

Objects (JDO) Complete JDO 2 support (passed the JDO 2 TCK). Support for JDO 3 new features is in ... like syntax. Query Definition and API Dynamic query definition, including using JPA Criteria Query

JPA Extended API Reference Guide

Jakarta Persistence API (JPA) 3. 2 documentation, generated from the official JavaDoc and enriched with practical notes. It groups the API types into logical sections to help you locate core concepts ... , criteria queries, and JPQL for data retrieval and manipulation. Describes the metamodel and graph APIs

jakarta.persistence.criteria.CriteriaQuery.multiselect(Selection...)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaQuery CriteriaQuery ... of the query execution depends on the specification of the type of the criteria query object ... : If the type of the criteria query is CriteriaQuery (i.e., a criteria query object created by

jakarta.persistence.criteria.CriteriaQuery.multiselect(List)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaQuery CriteriaQuery ... of the query execution depends on the specification of the type of the criteria query object created as ... follows: If the type of the criteria query is CriteriaQuery (i.e., a criteria query object created

JPA Queries

the programmatic Criteria API. These interfaces support both static and dynamic query construction ... ("SELECT ... FROM ... WHERE ..."); or Criteria query objects, as described below. For detailed usage instructions, refer to the JPA Query API section in the ObjectDB manual. Criteria query API

Query Parameters in JPA

does not provide an API to define parameters explicitly (except when using the Criteria API). Instead ... over ordinal parameters. Criteria Query Parameters In a JPA query built using the JPA Criteria API ... its superinterface, Parameter ) rather than by names or numbers. For more details, see the Parameters in Criteria

jakarta.persistence.criteria.CriteriaBuilder.createQuery()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaQuery createQuery() Create a CriteriaQuery object. Returns: criteria query object. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.createQuery(Class)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaQuery createQuery (    Class resultClass ) Create a CriteriaQuery object with the given result type. Parameters: resultClass - type of the query result Returns: criteria query object. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.createTupleQuery()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder CriteriaQuery createTupleQuery() Create a CriteriaQuery object that returns a tuple of objects as its result. Returns: criteria query object. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.nullif(Expression,Y)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Expression nullif (    Expression x ,    Y y ) Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not

jakarta.persistence.criteria.CriteriaBuilder.coalesce()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Coalesce coalesce() Create a coalesce expression. Returns: coalesce expression. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.selectCase(Expression)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder SimpleCase selectCase (    Expression expression ) Create a simple case expression. Parameters: expression - to be tested against the case conditions Returns: simple case expression. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CriteriaBuilder.selectCase()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CriteriaBuilder Case selectCase() Create a general case expression. Returns: general case expression. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.AbstractQuery.getGroupRestriction()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery Predicate getGroupRestriction() Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified. Returns: having clause predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.AbstractQuery.isDistinct()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery boolean isDistinct() Return whether duplicate query results must be eliminated or retained. Returns: boolean indicating whether duplicate query results must be eliminated. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.AbstractQuery.getResultType()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery Class getResultType() Return the result type of the query or subquery. If a result type was specified as an argument to the createQuery or subquery method, that type is returned. If the query was created using

jakarta.persistence.criteria.AbstractQuery.distinct(boolean)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery AbstractQuery distinct (    boolean distinct ) Specify whether duplicate query results are eliminated. A true value will cause duplicates to be eliminated. A false value will cause duplicates to be retained

jakarta.persistence.criteria.AbstractQuery.getRoots()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery Set getRoots() Return the query roots. These are the roots that are defined for the CriteriaQuery or Subquery itself, including any subquery roots defined as a result of correlation. Returns an empty set if no roots

jakarta.persistence.criteria.AbstractQuery.getSelection()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery Selection getSelection() Return the selection of the query, or null if no selection has been set. Returns: selection item. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.AbstractQuery.getGroupList()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .AbstractQuery List getGroupList() Return a list of the grouping expressions. Returns empty list if no grouping expressions have been specified. Modifications to the list do not affect the query. Returns: the list of grouping expressions. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CommonAbstractCriteria.getRestriction()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CommonAbstractCriteria Predicate getRestriction() Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified. Returns: where clause predicate. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CommonAbstractCriteria.getParameters()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CommonAbstractCriteria Set getParameters() Return the parameters of the query. Returns empty set if there are no parameters. Modifications to the set do not affect the query. Returns: the query parameters. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CollectionJoin.getModel()

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CollectionJoin CollectionAttribute getModel() Return the metamodel representation for the collection attribute. Returns: metamodel type representing the Collection that is the target of the join. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.criteria.CommonAbstractCriteria.subquery(Class)

Jakarta Persistence (JPA) Method in jakarta.persistence. criteria .CommonAbstractCriteria Subquery subquery (    Class type ) Create a subquery of the query. Parameters: type - the subquery result type Returns: subquery. Since: Jakarta Persistence (JPA) 1.0

[ODB1] Chapter 7 - JDOQL Queries

to boost recycling rates in Manchester approved n criteria , and iteration over the results in ... ) void setCandidates(Extent pcs) void setFilter(String filter) 7. 2   Query Filter Syntax ... , 0, 0xFFFF, 07777 , ... long 2003L, -127L, 0L, 0xFFFFL, 07777L , ... float 3.14F, 0f, 1e2f, - 2 .f, 5

[ODB1] Chapter 6 - Persistent Objects

of persistent types is available at section 3. 2 ). ObjectDB provides an additional storing method ... (an embedded object can only be retrieved using a reference from its containing object). 6. 2   ... of the first object in the database is always 1, the ID of the second object is 2