Package org.cyclos.entities.users
Class QUserCustomFieldValue
- 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<UserCustomFieldValue>
-
- org.cyclos.entities.users.QUserCustomFieldValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<UserCustomFieldValue>,com.querydsl.core.types.Expression<UserCustomFieldValue>,com.querydsl.core.types.Path<UserCustomFieldValue>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QUserCustomFieldValue extends com.querydsl.core.types.dsl.EntityPathBase<UserCustomFieldValue>QUserCustomFieldValue is a Querydsl query type for UserCustomFieldValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QCustomFieldValue_supercom.querydsl.core.types.dsl.BooleanPathbooleanValueQDatedateValueQBigDecimaldecimalValuecom.querydsl.core.types.dsl.SetPath<DynamicFieldValue,QDynamicFieldValue>dynamicValuesprotected QUserCustomFieldPossibleValueenumeratedValuecom.querydsl.core.types.dsl.SetPath<UserCustomFieldPossibleValue,QUserCustomFieldPossibleValue>enumeratedValuescom.querydsl.core.types.dsl.SetPath<ExternalRedirectExecution,QExternalRedirectExecution>externalRedirectExecutionsprotected QUserCustomFieldfieldcom.querydsl.core.types.dsl.ListPath<CustomFieldValueFile,QCustomFieldValueFile>fileValuescom.querydsl.core.types.dsl.BooleanPathhiddencom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.ListPath<CustomFieldValueImage,QCustomFieldValueImage>imageValuesQIntegerintegerValuecom.querydsl.core.types.dsl.NumberPath<Long>linkedEntityIdcom.querydsl.core.types.dsl.SetPath<OidcAuthorization,QOidcAuthorization>oidcAuthorizationprotected QBasicUserownercom.querydsl.core.types.dsl.SetPath<Pin,QPin>pinscom.querydsl.core.types.dsl.StringPathrichTextValuecom.querydsl.core.types.dsl.SetPath<Session,QSession>sessionscom.querydsl.core.types.dsl.StringPathstringValuecom.querydsl.core.types.dsl.StringPathtextValuestatic QUserCustomFieldValueuserCustomFieldValuecom.querydsl.core.types.dsl.SetPath<UserIdentityProvider,QUserIdentityProvider>userIdentityProvidersQIntegerversion
-
Constructor Summary
Constructors Constructor Description QUserCustomFieldValue(com.querydsl.core.types.Path<? extends UserCustomFieldValue> path)QUserCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)QUserCustomFieldValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserCustomFieldValue(Class<? extends UserCustomFieldValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QUserCustomFieldValue(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserCustomFieldPossibleValueenumeratedValue()QUserCustomFieldfield()QBasicUserowner()-
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
-
userCustomFieldValue
public static final QUserCustomFieldValue userCustomFieldValue
-
_super
public final QCustomFieldValue _super
-
booleanValue
public final com.querydsl.core.types.dsl.BooleanPath booleanValue
-
dateValue
public final QDate dateValue
-
decimalValue
public final QBigDecimal decimalValue
-
dynamicValues
public final com.querydsl.core.types.dsl.SetPath<DynamicFieldValue,QDynamicFieldValue> dynamicValues
-
enumeratedValue
protected QUserCustomFieldPossibleValue enumeratedValue
-
enumeratedValues
public final com.querydsl.core.types.dsl.SetPath<UserCustomFieldPossibleValue,QUserCustomFieldPossibleValue> enumeratedValues
-
externalRedirectExecutions
public final com.querydsl.core.types.dsl.SetPath<ExternalRedirectExecution,QExternalRedirectExecution> externalRedirectExecutions
-
field
protected QUserCustomField field
-
fileValues
public final com.querydsl.core.types.dsl.ListPath<CustomFieldValueFile,QCustomFieldValueFile> fileValues
-
hidden
public final com.querydsl.core.types.dsl.BooleanPath hidden
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
imageValues
public final com.querydsl.core.types.dsl.ListPath<CustomFieldValueImage,QCustomFieldValueImage> imageValues
-
integerValue
public final QInteger integerValue
-
linkedEntityId
public final com.querydsl.core.types.dsl.NumberPath<Long> linkedEntityId
-
oidcAuthorization
public final com.querydsl.core.types.dsl.SetPath<OidcAuthorization,QOidcAuthorization> oidcAuthorization
-
owner
protected QBasicUser owner
-
richTextValue
public final com.querydsl.core.types.dsl.StringPath richTextValue
-
stringValue
public final com.querydsl.core.types.dsl.StringPath stringValue
-
textValue
public final com.querydsl.core.types.dsl.StringPath textValue
-
userIdentityProviders
public final com.querydsl.core.types.dsl.SetPath<UserIdentityProvider,QUserIdentityProvider> userIdentityProviders
-
version
public final QInteger version
-
-
Constructor Detail
-
QUserCustomFieldValue
public QUserCustomFieldValue(String variable)
-
QUserCustomFieldValue
public QUserCustomFieldValue(com.querydsl.core.types.Path<? extends UserCustomFieldValue> path)
-
QUserCustomFieldValue
public QUserCustomFieldValue(com.querydsl.core.types.PathMetadata metadata)
-
QUserCustomFieldValue
public QUserCustomFieldValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QUserCustomFieldValue
public QUserCustomFieldValue(Class<? extends UserCustomFieldValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
enumeratedValue
public QUserCustomFieldPossibleValue enumeratedValue()
-
field
public QUserCustomField field()
-
owner
public QBasicUser owner()
-
-