ObjectDB Database Search
51-100 of 200 resultsInterfaceRef jakarta.persistence.criteria.MapJoin on ( Expression restriction) Modify the join to restrict the result according to the specified ... - a simple or compound boolean expression Return: the modified join object Since: JPA 2.1 MapJoin on (Predicate... restrictions) Modify the join to restrict the result according to the specified | |
InterfaceRef jakarta.persistence.criteria.Join: From Since: JPA 2.0 Join on ( Expression restriction) Modify the join to restrict the result ... ON condition, if any. Parameters: restriction - a simple or compound boolean expression Return: the modified join object Since: JPA 2.1 Join on (Predicate... restrictions) Modify the join to restrict | |
CriteriaQuery.where(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaQuery CriteriaQuery where ( Predicate... restrictions ) Modify the query to restrict the query result according to the conjunction ... - zero or more restriction predicates Return: the modified query Since: JPA 2.0 | |
CriteriaDelete.where(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaDelete CriteriaDelete where ( Predicate... restrictions ) Modify the DELETE query to restrict the target of the deletion according ... removed. Parameters: restrictions - zero or more restriction predicates Return: the modified delete query Since: JPA 2.1 | |
CriteriaDelete.where(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaDelete CriteriaDelete where ( Expression restriction ) Modify the DELETE query to restrict the target of the deletion according ... . Parameters: restriction - a simple or compound boolean expression Return: the modified delete query Since: JPA 2.1 | |
AbstractQuery | |
InterfaceRef jakarta.persistence.EntityManager that modify the lifecycle state of individual entity instances. The client may plain and plain ... for this entity manager. Modifying the contents of the returned map does not change the configuration in | |
CollectionJoin.on(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.CollectionJoin CollectionJoin on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ... - zero or more restriction predicates Return: the modified join object Since: JPA 2.1 | |
CollectionJoin.on(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.CollectionJoin CollectionJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ... - a simple or compound boolean expression Return: the modified join object Since: JPA 2.1 | |
Subquery.where(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.Subquery Subquery where ( List restrictions ) Modify the query to restrict the query result according to the conjunction of the specified ... more restriction predicates Return: the modified query Since: JPA 3.2 | |
AbstractQuery | |
AbstractQuery | |
CriteriaUpdate.where(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate where ( Predicate... restrictions ) Modify the update query to restrict the target of the update according ... . Parameters: restrictions - zero or more restriction predicates Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.where(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate where ( Expression restriction ) Modify the update query to restrict the target of the update according ... : restriction - a simple or compound boolean expression Return: the modified update query Since: JPA 2.1 | |
CriteriaQuery.where(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaQuery CriteriaQuery where ( List restrictions ) Modify the query to restrict the query result according to the conjunction ... of zero or more restriction predicates Return: the modified query Since: JPA 3.2 | |
ListJoin.on(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.ListJoin ListJoin on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ON condition ... more restriction predicates Return: the modified join object Since: JPA 2.1 | |
ListJoin.on(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.ListJoin ListJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ON condition ... compound boolean expression Return: the modified join object Since: JPA 2.1 | |
MapJoin.on(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.MapJoin MapJoin on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ON condition and return ... more restriction predicates Return: the modified join object Since: JPA 2.1 | |
MapJoin.on(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.MapJoin MapJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ON condition and return ... compound boolean expression Return: the modified join object Since: JPA 2.1 | |
Join.on(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.Join Join on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ON condition and return ... more restriction predicates Return: the modified join object Since: JPA 2.1 | |
Join.on(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.Join Join on ( Expression restriction ) Modify the join to restrict the result according to the specified ON condition and return ... compound boolean expression Return: the modified join object Since: JPA 2.1 | |
Subquery.where(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.Subquery Subquery where ( Predicate... restrictions ) Modify the subquery to restrict the result according to the conjunction ... more restriction predicates Return: the modified subquery Since: JPA 2.0 | |
Subquery.where(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.Subquery Subquery where ( Expression restriction ) Modify the subquery to restrict the result according to the specified boolean ... type of the corresponding AbstractQuery method. Parameters: restriction - a simple or compound boolean expression Return: the modified subquery Since: JPA 2.0 | |
CriteriaQuery.where(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaQuery CriteriaQuery where ( Expression restriction ) Modify the query to restrict the query result according to the specified ... compound boolean expression Return: the modified query Since: JPA 2.0 | |
SetJoin.on(restrictions) - JPA Method JPA Method in jakarta.persistence.criteria.SetJoin SetJoin on ( Predicate... restrictions ) Modify the join to restrict the result according to the specified ON condition and return ... more restriction predicates Return: the modified join object Since: JPA 2.1 | |
SetJoin.on(restriction) - JPA Method JPA Method in jakarta.persistence.criteria.SetJoin SetJoin on ( Expression restriction ) Modify the join to restrict the result according to the specified ON condition and return ... compound boolean expression Return: the modified join object Since: JPA 2.1 | |
CriteriaQuery.groupBy(grouping) - JPA Method the return type of the corresponding AbstractQuery method. Parameters: grouping - zero or more grouping expressions Return: the modified query Since: JPA 2.0 | |
CriteriaQuery.groupBy(grouping) - JPA Method type of the corresponding AbstractQuery method. Parameters: grouping - list of zero or more grouping expressions Return: the modified query Since: JPA 2.0 | |
AbstractQuery | |
Subquery.having(restrictions) - JPA Method - zero or more restriction predicates Return: the modified subquery Since: JPA 2.0 | |
Subquery.having(restriction) - JPA Method AbstractQuery method. Parameters: restriction - a simple or compound boolean expression Return: the modified subquery Since: JPA 2.0 | |
Subquery.groupBy(grouping) - JPA Method of the corresponding AbstractQuery method. Parameters: grouping - list of zero or more grouping expressions Return: the modified subquery Since: JPA 2.0 | |
Subquery.distinct(distinct) - JPA Method results must be eliminated from the subquery result or whether they must be retained Return: the modified subquery. Since: JPA 2.0 | |
AbstractQuery | |
AbstractQuery | |
AbstractQuery | |
AbstractQuery | |
AbstractQuery | |
CriteriaUpdate.set(attribute,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( Path attribute, Expression value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.set(attribute,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( Path attribute, X value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
InterfaceRef jakarta.persistence.spi.ClassTransformer classfileBuffer - the input byte buffer in class file format - must not be modified Return: a well-formed class | |
CriteriaQuery.having(restrictions) - JPA Method - a list of zero or more restriction predicates Return: the modified query Since: JPA 3.2 | |
CriteriaUpdate.set(attribute,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( SingularAttribute attribute, Expression value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
CriteriaUpdate.set(attribute,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( SingularAttribute attribute, X value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
EntityManager.getProperties() - JPA Method JPA Method in jakarta.persistence.EntityManager Map getProperties () The properties and hints and their associated values which are in effect for this entity manager. Modifying the contents of the returned map does not change the configuration in effect. Return: a map of properties and hints currently in effect Since: JPA 2.0 | |
Subquery.having(restrictions) - JPA Method of zero or more restriction predicates Return: the modified query Since: JPA 3.2 | |
CriteriaUpdate.set(attributeName,value) - JPA Method JPA Method in jakarta.persistence.criteria.CriteriaUpdate CriteriaUpdate set ( String attributeName, Object value ) Update the value of the specified attribute. Parameters: attributeName - name of the attribute to be updated value - new value Return: the modified update query Since: JPA 2.1 | |
ClassTransformer.transform(loader,className,classBeingRedefined,protectionDomain,classfileBuffer) - JPA Method file format - must not be modified Return: a well-formed class file buffer (the result | |
CriteriaQuery.distinct(distinct) - JPA Method whether duplicate results must be eliminated from the query result or whether they must be retained Return: the modified query. Since: JPA 2.0 | |
Subquery.groupBy(grouping) - JPA Method type of the corresponding AbstractQuery method. Parameters: grouping - zero or more grouping expressions Return: the modified subquery Since: JPA 2.0 |