public final class QueryUpdate<E extends Entity> extends Query<E,QueryUpdate<E>> implements ParserGeneral
_cache, _calcJoins, _groupBy, _nativeQuery, _unique, orderBy, refreshCasheWhenNoResult| Constructor and Description |
|---|
QueryUpdate(QueryTarget target,
E1 entity) |
QueryUpdate(QueryTarget target,
E entity,
boolean something) |
QueryUpdate(QueryTarget target,
Map<String,Object> remote) |
QueryUpdate(QueryTarget target,
SetFields setFields) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
execute() |
Integer |
execute(boolean transaction) |
Integer |
execute(Propagation propagation) |
E |
getEntity() |
QueryType |
getQueryType() |
SetFields |
getSetFields() |
String |
getSQLQuery(QueryConsumer target) |
<F,R extends EntityRelation> |
set(Column<E,F,R> key,
R value) |
QueryUpdate<E> |
set(SetFields setFields) |
void |
setEntity(E entity) |
String |
toSqlQuery() |
addSetOperator, clone, distinct, doIf, doIfElse, fromRemote, geNativeQuery, getAllEntitiesRelated, getCount, getEntityClass, getEntityName, getFields, getGroupBy, getHavingWrapper, getIdentifier, getIdentifierStorage, getInfoColumn, getInfoColumn, getJoins, getLimit, getLog, getOrderBy, getSentQuery, getSetOperatorList, getTarget, getWhereWrapper, groupBy, handleException, having, init, init, isLogQueryEnabled, logQuery, modifyQuery, noCache, orderBy, setEntityClass, setEntityName, setFields, setHavingWrapper, setIdentifier, setIdentifierStorage, setJoins, setSentQuery, setTarget, setTempCount, setTempLimit, setWhereWrapper, smartJoins, toRemote, whereclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoBD, toBigDecimal, toBigDecimal, toBigInteger, toBooleanBig, toBooleanSmall, toCurrentDateSQL, toCurrentTimestamp, toCurrentTimestampTimeZoneDefault, toDate, toDateSQL, toDateSQL, toDouble, toDouble, toFloat, toFloat, toInteger, toInteger, toLong, toLong, toShort, toSting, toSting, toString, toTime, toTime, toTimestamp, toTimestamp, toTimestamp, toTimeZone, toTimeZone, toTimeZonejoin, join, join, join, join, join, join, join, join, join, join, join, join, join, join, joinByFlag1, joinByFlag1, joinByFlag2, joinByFlag2, joinByFlag3, joinByFlag3, joinByFlag4, joinByFlag4, joinByPk, joinByPk, joinPk, joinPk, joinPk, joinRoute, joinRoute, joinThrough, joinThrough, joinWhere, joinWherewhereAnd, whereBetween, whereBetween, whereEqual, whereEqual, whereEqual, whereEqual, whereEqual, whereEqual, whereGreater, whereGreater, whereGreater, whereGreater, whereGreater, whereGreaterOrEqual, whereGreaterOrEqual, whereGreaterOrEqual, whereGreaterOrEqual, whereGreaterOrEqual, whereIfNotNull, whereIn, whereIn, whereIn, whereIn, whereIn, whereIsNull, whereLess, whereLess, whereLess, whereLess, whereLess, whereLessOrEqual, whereLessOrEqual, whereLessOrEqual, whereLessOrEqual, whereLessOrEqual, whereLike, whereLike, whereLike, whereNotEqual, whereNotEqual, whereNotEqual, whereNotEqual, whereNotEqual, whereNotIn, whereNotIn, whereNotIn, whereNotIn, whereNotIn, whereNotLike, whereNotLike, whereNotNull, whereOR, whereOrorderAscBy, orderBy, orderBy, orderDescBylimitBy, limitBy, limitBy, page, setLimit, setTempPagehaving, having, having, havingAnd, havingBetween, havingBetween, havingEqual, havingEqual, havingEqual, havingEqual, havingEqual, havingGreater, havingGreater, havingGreater, havingGreater, havingGreaterOrEqual, havingGreaterOrEqual, havingGreaterOrEqual, havingGreaterOrEqual, havingIfNotNull, havingIn, havingIn, havingIn, havingIsNotNull, havingIsNull, havingLess, havingLess, havingLess, havingLess, havingLessOrEqual, havingLessOrEqual, havingLessOrEqual, havingLessOrEqual, havingLike, havingNotEqual, havingNotEqual, havingNotEqual, havingNotIn, havingNotIn, havingNotIn, havingORpublic QueryUpdate(QueryTarget target, Map<String,Object> remote)
public QueryUpdate(QueryTarget target, E1 entity)
public QueryUpdate(QueryTarget target, E entity, boolean something)
public QueryUpdate(QueryTarget target, SetFields setFields)
public Integer execute(boolean transaction)
public Integer execute(Propagation propagation)
public Integer execute()
public String getSQLQuery(QueryConsumer target)
public SetFields getSetFields()
public QueryUpdate<E> set(SetFields setFields)
public <F,R extends EntityRelation> QueryUpdate<E> set(Column<E,F,R> key, R value)
public E getEntity()
public void setEntity(E entity)
public QueryType getQueryType()
getQueryType in class Query<E extends Entity,QueryUpdate<E extends Entity>>public String toSqlQuery()
toSqlQuery in class Query<E extends Entity,QueryUpdate<E extends Entity>>Copyright © 2021. All rights reserved.