public class GenericUpdateQuery<T> extends GenericBaseQuery<T> implements UpdateQuery<T>
builder, primitiveToBoxPath, primitiveToBoxType, primitiveToBoxValue, target, targetClass, unproxable| Constructor and Description |
|---|
GenericUpdateQuery(Class<T> targetClass) |
GenericUpdateQuery(InternalQueryBuilder builder,
Class<T> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
<S,V extends S> |
set(S target,
V value)
Set an value to update.
|
box, box, box, box, box, box, box, box, box, clear, extractItem, getBuilder, getRootPathItem, getTargetClass, proxy, targetand, between, condition, contains, contains, eq, eq, gt, gt, gtEq, gtEq, in, in, like, likeNc, lt, lt, ltEq, ltEq, notContains, notContains, notEq, notEq, notIn, notIn, notLike, notLikeNc, orclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GenericUpdateQuery(InternalQueryBuilder builder, Class<T> targetClass)
public <S,V extends S> void set(S target,
V value)
UpdateQueryset in interface UpdateQuery<T>target - where the value should be set.value - to set.Copyright © 2014 Object Query. All rights reserved.