Package org.cyclos.entities.system
Class QCustomBackgroundTask
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<CustomBackgroundTask>
-
- org.cyclos.entities.system.QCustomBackgroundTask
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomBackgroundTask>,com.querydsl.core.types.Expression<CustomBackgroundTask>,com.querydsl.core.types.Path<CustomBackgroundTask>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QCustomBackgroundTask extends com.querydsl.core.types.dsl.EntityPathBase<CustomBackgroundTask>QCustomBackgroundTask is a Querydsl query type for CustomBackgroundTask- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseCustomTask_superstatic QCustomBackgroundTaskcustomBackgroundTaskcom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.SetPath<BackgroundTaskExecution,QBackgroundTaskExecution>executionscom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.StringPathnameprotected QNetworknetworkcom.querydsl.core.types.dsl.EnumPath<BackgroundTaskPriority>priorityprotected QCustomScriptscriptcom.querydsl.core.types.dsl.StringPathscriptParameterscom.querydsl.core.types.dsl.BooleanPathverboseLogQIntegerversion
-
Constructor Summary
Constructors Constructor Description QCustomBackgroundTask(com.querydsl.core.types.Path<? extends CustomBackgroundTask> path)QCustomBackgroundTask(com.querydsl.core.types.PathMetadata metadata)QCustomBackgroundTask(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomBackgroundTask(Class<? extends CustomBackgroundTask> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomBackgroundTask(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()QCustomScriptscript()-
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
-
-
-
-
Field Detail
-
customBackgroundTask
public static final QCustomBackgroundTask customBackgroundTask
-
_super
public final QBaseCustomTask _super
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
executions
public final com.querydsl.core.types.dsl.SetPath<BackgroundTaskExecution,QBackgroundTaskExecution> executions
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
network
protected QNetwork network
-
priority
public final com.querydsl.core.types.dsl.EnumPath<BackgroundTaskPriority> priority
-
script
protected QCustomScript script
-
scriptParameters
public final com.querydsl.core.types.dsl.StringPath scriptParameters
-
verboseLog
public final com.querydsl.core.types.dsl.BooleanPath verboseLog
-
version
public final QInteger version
-
-
Constructor Detail
-
QCustomBackgroundTask
public QCustomBackgroundTask(String variable)
-
QCustomBackgroundTask
public QCustomBackgroundTask(com.querydsl.core.types.Path<? extends CustomBackgroundTask> path)
-
QCustomBackgroundTask
public QCustomBackgroundTask(com.querydsl.core.types.PathMetadata metadata)
-
QCustomBackgroundTask
public QCustomBackgroundTask(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QCustomBackgroundTask
public QCustomBackgroundTask(Class<? extends CustomBackgroundTask> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
network
public QNetwork network()
-
script
public QCustomScript script()
-
-