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
FieldsModifier and TypeFieldDescriptionfinal QAbstractVariableEntityfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.DateTimePath<Date> final com.querydsl.core.types.dsl.BooleanPathfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.NumberPath<Long> final com.querydsl.core.types.dsl.DateTimePath<Date> final com.querydsl.core.types.dsl.BooleanPathfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathfinal QProcessInstanceEntityfinal com.querydsl.core.types.dsl.StringPathstatic final QProcessVariableEntityfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.SimplePath<VariableValue<?>> final com.querydsl.core.types.dsl.StringPathFields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionQProcessVariableEntity(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) QProcessVariableEntity(String variable) -
Method Summary
Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase
getMetadataMethods 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, instanceOfAnyMethods 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, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
accept, getTypeMethods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Field Details
-
processVariableEntity
-
_super
-
appName
public final com.querydsl.core.types.dsl.StringPath appName -
appVersion
public final com.querydsl.core.types.dsl.StringPath appVersion -
createTime
-
ephemeral
public final com.querydsl.core.types.dsl.BooleanPath ephemeral -
executionId
public final com.querydsl.core.types.dsl.StringPath executionId -
id
-
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
-
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
-
variableDefinitionId
public final com.querydsl.core.types.dsl.StringPath variableDefinitionId
-
-
Constructor Details
-
QProcessVariableEntity
-
QProcessVariableEntity
-
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)
-