@Generated(value="com.querydsl.codegen.EntitySerializer") public class QSituationStep extends com.querydsl.core.types.dsl.EntityPathBase<SituationStep>
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<Situation,QSituation> |
endSituations |
com.querydsl.core.types.dsl.SetPath<Situation,QSituation> |
exceptionalSituations |
com.querydsl.core.types.dsl.EnumPath<Mep> |
mep |
protected QCallChain |
parent |
com.querydsl.core.types.dsl.BooleanPath |
retryOnFail |
com.querydsl.core.types.dsl.NumberPath<Long> |
retryTimeout |
com.querydsl.core.types.dsl.StringPath |
retryTimeoutUnit |
protected QSituation |
situation |
static QSituationStep |
situationStep |
com.querydsl.core.types.dsl.StringPath |
type |
com.querydsl.core.types.dsl.NumberPath<Integer> |
validationMaxAttempts |
com.querydsl.core.types.dsl.NumberPath<Long> |
validationMaxTime |
com.querydsl.core.types.dsl.StringPath |
validationUnitMaxTime |
com.querydsl.core.types.dsl.BooleanPath |
waitAllEndSituations |
| Constructor and Description |
|---|
QSituationStep(Class<? extends SituationStep> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QSituationStep(com.querydsl.core.types.Path<? extends SituationStep> path) |
QSituationStep(com.querydsl.core.types.PathMetadata metadata) |
QSituationStep(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QSituationStep(String variable) |
| Modifier and Type | Method and Description |
|---|---|
QCallChain |
parent() |
QSituation |
situation() |
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyas, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final QSituationStep situationStep
public final com.querydsl.core.types.dsl.SetPath<Situation,QSituation> endSituations
public final com.querydsl.core.types.dsl.SetPath<Situation,QSituation> exceptionalSituations
public final com.querydsl.core.types.dsl.EnumPath<Mep> mep
protected QCallChain parent
public final com.querydsl.core.types.dsl.BooleanPath retryOnFail
public final com.querydsl.core.types.dsl.NumberPath<Long> retryTimeout
public final com.querydsl.core.types.dsl.StringPath retryTimeoutUnit
protected QSituation situation
public final com.querydsl.core.types.dsl.StringPath type
public final com.querydsl.core.types.dsl.NumberPath<Integer> validationMaxAttempts
public final com.querydsl.core.types.dsl.NumberPath<Long> validationMaxTime
public final com.querydsl.core.types.dsl.StringPath validationUnitMaxTime
public final com.querydsl.core.types.dsl.BooleanPath waitAllEndSituations
public QSituationStep(String variable)
public QSituationStep(com.querydsl.core.types.Path<? extends SituationStep> path)
public QSituationStep(com.querydsl.core.types.PathMetadata metadata)
public QSituationStep(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
public QSituationStep(Class<? extends SituationStep> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
public QCallChain parent()
public QSituation situation()
Copyright © 2025. All rights reserved.