Package org.cyclos.entities.users
Class QContactInfoFieldPossibleValue
- 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<ContactInfoFieldPossibleValue>
-
- org.cyclos.entities.users.QContactInfoFieldPossibleValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ContactInfoFieldPossibleValue>,com.querydsl.core.types.Expression<ContactInfoFieldPossibleValue>,com.querydsl.core.types.Path<ContactInfoFieldPossibleValue>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QContactInfoFieldPossibleValue extends com.querydsl.core.types.dsl.EntityPathBase<ContactInfoFieldPossibleValue>QContactInfoFieldPossibleValue is a Querydsl query type for ContactInfoFieldPossibleValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QCustomFieldPossibleValue_superprotected QContactInfoFieldPossibleValueCategorycategorystatic QContactInfoFieldPossibleValuecontactInfoFieldPossibleValuecom.querydsl.core.types.dsl.BooleanPathdefaultOnSearchcom.querydsl.core.types.dsl.BooleanPathdefaultValueprotected QContactInfoFieldfieldcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNameQIntegerordercom.querydsl.core.types.dsl.StringPathvalueQIntegerversion
-
Constructor Summary
Constructors Constructor Description QContactInfoFieldPossibleValue(com.querydsl.core.types.Path<? extends ContactInfoFieldPossibleValue> path)QContactInfoFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata)QContactInfoFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QContactInfoFieldPossibleValue(Class<? extends ContactInfoFieldPossibleValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QContactInfoFieldPossibleValue(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QContactInfoFieldPossibleValueCategorycategory()QContactInfoFieldfield()-
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
-
contactInfoFieldPossibleValue
public static final QContactInfoFieldPossibleValue contactInfoFieldPossibleValue
-
_super
public final QCustomFieldPossibleValue _super
-
category
protected QContactInfoFieldPossibleValueCategory category
-
defaultOnSearch
public final com.querydsl.core.types.dsl.BooleanPath defaultOnSearch
-
defaultValue
public final com.querydsl.core.types.dsl.BooleanPath defaultValue
-
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
-
order
public final QInteger order
-
value
public final com.querydsl.core.types.dsl.StringPath value
-
version
public final QInteger version
-
-
Constructor Detail
-
QContactInfoFieldPossibleValue
public QContactInfoFieldPossibleValue(String variable)
-
QContactInfoFieldPossibleValue
public QContactInfoFieldPossibleValue(com.querydsl.core.types.Path<? extends ContactInfoFieldPossibleValue> path)
-
QContactInfoFieldPossibleValue
public QContactInfoFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata)
-
QContactInfoFieldPossibleValue
public QContactInfoFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QContactInfoFieldPossibleValue
public QContactInfoFieldPossibleValue(Class<? extends ContactInfoFieldPossibleValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
category
public QContactInfoFieldPossibleValueCategory category()
-
field
public QContactInfoField field()
-
-