Package org.cyclos.entities.users
Class QContactCustomFieldPossibleValue
- 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<ContactCustomFieldPossibleValue>
-
- org.cyclos.entities.users.QContactCustomFieldPossibleValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ContactCustomFieldPossibleValue>,com.querydsl.core.types.Expression<ContactCustomFieldPossibleValue>,com.querydsl.core.types.Path<ContactCustomFieldPossibleValue>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QContactCustomFieldPossibleValue extends com.querydsl.core.types.dsl.EntityPathBase<ContactCustomFieldPossibleValue>QContactCustomFieldPossibleValue is a Querydsl query type for ContactCustomFieldPossibleValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QCustomFieldPossibleValue_superprotected QContactCustomFieldPossibleValueCategorycategorystatic QContactCustomFieldPossibleValuecontactCustomFieldPossibleValuecom.querydsl.core.types.dsl.BooleanPathdefaultOnSearchcom.querydsl.core.types.dsl.BooleanPathdefaultValueprotected QContactCustomFieldfieldcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNameQIntegerordercom.querydsl.core.types.dsl.StringPathvalueQIntegerversion
-
Constructor Summary
Constructors Constructor Description QContactCustomFieldPossibleValue(com.querydsl.core.types.Path<? extends ContactCustomFieldPossibleValue> path)QContactCustomFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata)QContactCustomFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QContactCustomFieldPossibleValue(Class<? extends ContactCustomFieldPossibleValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QContactCustomFieldPossibleValue(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QContactCustomFieldPossibleValueCategorycategory()QContactCustomFieldfield()-
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
-
contactCustomFieldPossibleValue
public static final QContactCustomFieldPossibleValue contactCustomFieldPossibleValue
-
_super
public final QCustomFieldPossibleValue _super
-
category
protected QContactCustomFieldPossibleValueCategory category
-
defaultOnSearch
public final com.querydsl.core.types.dsl.BooleanPath defaultOnSearch
-
defaultValue
public final com.querydsl.core.types.dsl.BooleanPath defaultValue
-
field
protected QContactCustomField 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
-
QContactCustomFieldPossibleValue
public QContactCustomFieldPossibleValue(String variable)
-
QContactCustomFieldPossibleValue
public QContactCustomFieldPossibleValue(com.querydsl.core.types.Path<? extends ContactCustomFieldPossibleValue> path)
-
QContactCustomFieldPossibleValue
public QContactCustomFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata)
-
QContactCustomFieldPossibleValue
public QContactCustomFieldPossibleValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QContactCustomFieldPossibleValue
public QContactCustomFieldPossibleValue(Class<? extends ContactCustomFieldPossibleValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
category
public QContactCustomFieldPossibleValueCategory category()
-
field
public QContactCustomField field()
-
-