public class GenericInsertQuery<T> extends GenericBaseQuery<T> implements InsertQuery<T>
builder, primitiveToBoxPath, primitiveToBoxType, primitiveToBoxValue, target, targetClass, unproxable| Constructor and Description |
|---|
GenericInsertQuery(Class<T> targetClass) |
GenericInsertQuery(InternalQueryBuilder builder,
Class<T> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
<S,V extends S> |
set(S target,
V value)
Assign a value to a field in the insert query.
|
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, orpublic GenericInsertQuery(InternalQueryBuilder builder, Class<T> targetClass)
public <S,V extends S> void set(S target,
V value)
InsertQuery
query.set(target.getName,"new name");
set in interface InsertQuery<T>target - field target of the value.value - to set.Copyright © 2014 Object Query. All rights reserved.