A B C D E F G H I J K L M N O P Q R S T U V W

W

when(Expression<Boolean>, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(Expression<Boolean>, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(C, R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
when(C, Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface javax.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the specified boolean expression.
where(Predicate...) - Method in interface javax.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.ByteIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.CharIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.IntIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.LongIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.ObjectIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.ShortIdentity
Write this object.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.SingleFieldIdentity
Write to the output stream.
writeExternal(ObjectOutput) - Method in class javax.jdo.identity.StringIdentity
Write this object.

A B C D E F G H I J K L M N O P Q R S T U V W