Class QProcessVariableEntity

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<ProcessVariableEntity>
com.querydsl.core.types.dsl.SimpleExpression<ProcessVariableEntity>
com.querydsl.core.types.dsl.BeanPath<ProcessVariableEntity>
com.querydsl.core.types.dsl.EntityPathBase<ProcessVariableEntity>
org.activiti.cloud.services.query.model.QProcessVariableEntity
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ProcessVariableEntity>, com.querydsl.core.types.Expression<ProcessVariableEntity>, com.querydsl.core.types.Path<ProcessVariableEntity>, Serializable

@Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QProcessVariableEntity extends com.querydsl.core.types.dsl.EntityPathBase<ProcessVariableEntity>
QProcessVariableEntity is a Querydsl query type for ProcessVariableEntity
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.BooleanPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.BooleanPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
     
    final com.querydsl.core.types.dsl.StringPath
     
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.SimplePath<VariableValue<?>>
     
    final com.querydsl.core.types.dsl.StringPath
     

    Fields inherited from class com.querydsl.core.types.dsl.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QProcessVariableEntity(com.querydsl.core.types.Path<? extends ProcessVariableEntity> path)
     
    QProcessVariableEntity(com.querydsl.core.types.PathMetadata metadata)
     
    QProcessVariableEntity(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QProcessVariableEntity(Class<? extends ProcessVariableEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
     
  • 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 Details

    • processVariableEntity

      public static final QProcessVariableEntity processVariableEntity
    • _super

      public final QAbstractVariableEntity _super
    • appName

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

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

      public final com.querydsl.core.types.dsl.DateTimePath<Date> createTime
    • ephemeral

      public final com.querydsl.core.types.dsl.BooleanPath ephemeral
    • executionId

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

      public final com.querydsl.core.types.dsl.NumberPath<Long> id
    • lastUpdatedTime

      public final com.querydsl.core.types.dsl.DateTimePath<Date> lastUpdatedTime
    • markedAsDeleted

      public final com.querydsl.core.types.dsl.BooleanPath markedAsDeleted
    • name

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

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

      public final QProcessInstanceEntity processInstance
    • processInstanceId

      public final com.querydsl.core.types.dsl.StringPath processInstanceId
    • 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
    • type

      public final com.querydsl.core.types.dsl.StringPath type
    • value

      public final com.querydsl.core.types.dsl.SimplePath<VariableValue<?>> value
    • variableDefinitionId

      public final com.querydsl.core.types.dsl.StringPath variableDefinitionId
  • Constructor Details

    • QProcessVariableEntity

      public QProcessVariableEntity(String variable)
    • QProcessVariableEntity

      public QProcessVariableEntity(com.querydsl.core.types.Path<? extends ProcessVariableEntity> path)
    • QProcessVariableEntity

      public QProcessVariableEntity(com.querydsl.core.types.PathMetadata metadata)
    • QProcessVariableEntity

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

      public QProcessVariableEntity(Class<? extends ProcessVariableEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)