Package org.cyclos.entities.access
Class QOtp
- 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<Otp>
-
- org.cyclos.entities.access.QOtp
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Otp>,com.querydsl.core.types.Expression<Otp>,com.querydsl.core.types.Path<Otp>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QOtp extends com.querydsl.core.types.dsl.EntityPathBase<Otp>QOtp is a Querydsl query type for Otp- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_superQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QMobilePhonemobilePhoneprotected QNetworknetworkstatic QOtpotpcom.querydsl.core.types.dsl.EnumPath<SendMedium>sendMediumcom.querydsl.core.types.dsl.StringPathsentToprotected QTrustedDevicetrustedDevicecom.querydsl.core.types.dsl.EnumPath<OtpType>typeprotected QBasicUserusercom.querydsl.core.types.dsl.StringPathvalueprotected QCustomWizardExecutionwizardExecution
-
Constructor Summary
Constructors Constructor Description QOtp(com.querydsl.core.types.Path<? extends Otp> path)QOtp(com.querydsl.core.types.PathMetadata metadata)QOtp(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOtp(Class<? extends Otp> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOtp(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QMobilePhonemobilePhone()QNetworknetwork()QTrustedDevicetrustedDevice()QBasicUseruser()QCustomWizardExecutionwizardExecution()-
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
-
otp
public static final QOtp otp
-
_super
public final QNetworkedEntity _super
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
mobilePhone
protected QMobilePhone mobilePhone
-
network
protected QNetwork network
-
sendMedium
public final com.querydsl.core.types.dsl.EnumPath<SendMedium> sendMedium
-
sentTo
public final com.querydsl.core.types.dsl.StringPath sentTo
-
trustedDevice
protected QTrustedDevice trustedDevice
-
type
public final com.querydsl.core.types.dsl.EnumPath<OtpType> type
-
user
protected QBasicUser user
-
value
public final com.querydsl.core.types.dsl.StringPath value
-
wizardExecution
protected QCustomWizardExecution wizardExecution
-
-
Method Detail
-
mobilePhone
public QMobilePhone mobilePhone()
-
network
public QNetwork network()
-
trustedDevice
public QTrustedDevice trustedDevice()
-
user
public QBasicUser user()
-
wizardExecution
public QCustomWizardExecution wizardExecution()
-
-