Package org.cyclos.entities.system
Class QCustomWizardFieldPossibleValueCategory
- 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<CustomWizardFieldPossibleValueCategory>
-
- org.cyclos.entities.system.QCustomWizardFieldPossibleValueCategory
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomWizardFieldPossibleValueCategory>,com.querydsl.core.types.Expression<CustomWizardFieldPossibleValueCategory>,com.querydsl.core.types.Path<CustomWizardFieldPossibleValueCategory>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QCustomWizardFieldPossibleValueCategory extends com.querydsl.core.types.dsl.EntityPathBase<CustomWizardFieldPossibleValueCategory>QCustomWizardFieldPossibleValueCategory is a Querydsl query type for CustomWizardFieldPossibleValueCategory- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QCustomFieldPossibleValueCategory_superstatic QCustomWizardFieldPossibleValueCategorycustomWizardFieldPossibleValueCategorycom.querydsl.core.types.dsl.StringPathdescriptionprotected QCustomWizardFieldfieldcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.StringPathnameprotected QNetworknetworkQIntegerordercom.querydsl.core.types.dsl.ListPath<CustomWizardFieldPossibleValue,QCustomWizardFieldPossibleValue>possibleValuesQIntegerversion
-
Constructor Summary
Constructors Constructor Description QCustomWizardFieldPossibleValueCategory(com.querydsl.core.types.Path<? extends CustomWizardFieldPossibleValueCategory> path)QCustomWizardFieldPossibleValueCategory(com.querydsl.core.types.PathMetadata metadata)QCustomWizardFieldPossibleValueCategory(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomWizardFieldPossibleValueCategory(Class<? extends CustomWizardFieldPossibleValueCategory> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomWizardFieldPossibleValueCategory(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QCustomWizardFieldfield()QNetworknetwork()-
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
-
customWizardFieldPossibleValueCategory
public static final QCustomWizardFieldPossibleValueCategory customWizardFieldPossibleValueCategory
-
_super
public final QCustomFieldPossibleValueCategory _super
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
field
protected QCustomWizardField field
-
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
-
order
public final QInteger order
-
possibleValues
public final com.querydsl.core.types.dsl.ListPath<CustomWizardFieldPossibleValue,QCustomWizardFieldPossibleValue> possibleValues
-
version
public final QInteger version
-
-
Constructor Detail
-
QCustomWizardFieldPossibleValueCategory
public QCustomWizardFieldPossibleValueCategory(String variable)
-
QCustomWizardFieldPossibleValueCategory
public QCustomWizardFieldPossibleValueCategory(com.querydsl.core.types.Path<? extends CustomWizardFieldPossibleValueCategory> path)
-
QCustomWizardFieldPossibleValueCategory
public QCustomWizardFieldPossibleValueCategory(com.querydsl.core.types.PathMetadata metadata)
-
QCustomWizardFieldPossibleValueCategory
public QCustomWizardFieldPossibleValueCategory(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QCustomWizardFieldPossibleValueCategory
public QCustomWizardFieldPossibleValueCategory(Class<? extends CustomWizardFieldPossibleValueCategory> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
field
public QCustomWizardField field()
-
network
public QNetwork network()
-
-