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