Class QIntegrationContextEntity

    • Method Summary

      • Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

        getMetadata
      • Methods inherited from class com.querydsl.core.types.dsl.BeanPath

        accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
      • Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

        as, 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, when
      • Methods inherited from class com.querydsl.core.types.dsl.DslExpression

        equals, getType, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • appName

        public final com.querydsl.core.types.dsl.StringPath appName
      • appVersion

        public final com.querydsl.core.types.dsl.StringPath appVersion
      • businessKey

        public final com.querydsl.core.types.dsl.StringPath businessKey
      • clientId

        public final com.querydsl.core.types.dsl.StringPath clientId
      • clientName

        public final com.querydsl.core.types.dsl.StringPath clientName
      • clientType

        public final com.querydsl.core.types.dsl.StringPath clientType
      • connectorType

        public final com.querydsl.core.types.dsl.StringPath connectorType
      • errorClassName

        public final com.querydsl.core.types.dsl.StringPath errorClassName
      • errorDate

        public final com.querydsl.core.types.dsl.DateTimePath<java.util.Date> errorDate
      • errorMessage

        public final com.querydsl.core.types.dsl.StringPath errorMessage
      • executionId

        public final com.querydsl.core.types.dsl.StringPath executionId
      • id

        public final com.querydsl.core.types.dsl.StringPath id
      • inboundVariables

        public final com.querydsl.core.types.dsl.MapPath<java.lang.String,​java.lang.Object,​com.querydsl.core.types.dsl.SimplePath<java.lang.Object>> inboundVariables
      • outBoundVariables

        public final com.querydsl.core.types.dsl.MapPath<java.lang.String,​java.lang.Object,​com.querydsl.core.types.dsl.SimplePath<java.lang.Object>> outBoundVariables
      • parentProcessInstanceId

        public final com.querydsl.core.types.dsl.StringPath parentProcessInstanceId
      • processDefinitionId

        public final com.querydsl.core.types.dsl.StringPath processDefinitionId
      • processDefinitionKey

        public final com.querydsl.core.types.dsl.StringPath processDefinitionKey
      • processDefinitionVersion

        public final com.querydsl.core.types.dsl.NumberPath<java.lang.Integer> processDefinitionVersion
      • processInstanceId

        public final com.querydsl.core.types.dsl.StringPath processInstanceId
      • requestDate

        public final com.querydsl.core.types.dsl.DateTimePath<java.util.Date> requestDate
      • resultDate

        public final com.querydsl.core.types.dsl.DateTimePath<java.util.Date> resultDate
      • serviceFullName

        public final com.querydsl.core.types.dsl.StringPath serviceFullName
      • serviceName

        public final com.querydsl.core.types.dsl.StringPath serviceName
      • serviceType

        public final com.querydsl.core.types.dsl.StringPath serviceType
      • serviceVersion

        public final com.querydsl.core.types.dsl.StringPath serviceVersion
      • stackTraceElements

        public final com.querydsl.core.types.dsl.ListPath<java.lang.StackTraceElement,​com.querydsl.core.types.dsl.SimplePath<java.lang.StackTraceElement>> stackTraceElements
    • Constructor Detail

      • QIntegrationContextEntity

        public QIntegrationContextEntity​(java.lang.String variable)
      • QIntegrationContextEntity

        public QIntegrationContextEntity​(com.querydsl.core.types.Path<? extends IntegrationContextEntity> path)
      • QIntegrationContextEntity

        public QIntegrationContextEntity​(com.querydsl.core.types.PathMetadata metadata)
      • QIntegrationContextEntity

        public QIntegrationContextEntity​(com.querydsl.core.types.PathMetadata metadata,
                                         com.querydsl.core.types.dsl.PathInits inits)
      • QIntegrationContextEntity

        public QIntegrationContextEntity​(java.lang.Class<? extends IntegrationContextEntity> type,
                                         com.querydsl.core.types.PathMetadata metadata,
                                         com.querydsl.core.types.dsl.PathInits inits)