@Generated(value="com.querydsl.codegen.EntitySerializer") public class QIntegrationStep extends com.querydsl.core.types.dsl.EntityPathBase<IntegrationStep>
| Modifier and Type | Field and Description |
|---|---|
static QIntegrationStep |
integrationStep |
com.querydsl.core.types.dsl.EnumPath<Mep> |
mep |
protected QOperation |
operation |
protected QOperationTemplate |
operationTemplate |
protected QSituation |
parent |
protected QSystem |
receiver |
com.querydsl.core.types.dsl.BooleanPath |
retryOnFail |
com.querydsl.core.types.dsl.NumberPath<Long> |
retryTimeout |
com.querydsl.core.types.dsl.StringPath |
retryTimeoutUnit |
protected QSystem |
sender |
protected QSystemTemplate |
systemTemplate |
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 |
| Constructor and Description |
|---|
QIntegrationStep(Class<? extends IntegrationStep> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QIntegrationStep(com.querydsl.core.types.Path<? extends IntegrationStep> path) |
QIntegrationStep(com.querydsl.core.types.PathMetadata metadata) |
QIntegrationStep(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QIntegrationStep(String variable) |
| Modifier and Type | Method and Description |
|---|---|
QOperation |
operation() |
QOperationTemplate |
operationTemplate() |
QSituation |
parent() |
QSystem |
receiver() |
QSystem |
sender() |
QSystemTemplate |
systemTemplate() |
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 QIntegrationStep integrationStep
public final com.querydsl.core.types.dsl.EnumPath<Mep> mep
protected QOperation operation
protected QOperationTemplate operationTemplate
protected QSituation parent
protected QSystem receiver
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 QSystem sender
protected QSystemTemplate systemTemplate
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 QIntegrationStep(String variable)
public QIntegrationStep(com.querydsl.core.types.Path<? extends IntegrationStep> path)
public QIntegrationStep(com.querydsl.core.types.PathMetadata metadata)
public QIntegrationStep(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
public QIntegrationStep(Class<? extends IntegrationStep> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
public QOperation operation()
public QOperationTemplate operationTemplate()
public QSituation parent()
public QSystem receiver()
public QSystem sender()
public QSystemTemplate systemTemplate()
Copyright © 2025. All rights reserved.