Class 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
    • 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
      QMobilePhone mobilePhone()  
      QNetwork network()  
      QTrustedDevice trustedDevice()  
      QBasicUser user()  
      QCustomWizardExecution wizardExecution()  
      • Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

        getMetadata
      • 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
      • Methods inherited from interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • otp

        public static final QOtp otp
      • date

        public final QDate date
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • sendMedium

        public final com.querydsl.core.types.dsl.EnumPath<SendMedium> sendMedium
      • sentTo

        public final com.querydsl.core.types.dsl.StringPath sentTo
      • type

        public final com.querydsl.core.types.dsl.EnumPath<OtpType> type
      • value

        public final com.querydsl.core.types.dsl.StringPath value
    • Constructor Detail

      • QOtp

        public QOtp​(String variable)
      • QOtp

        public QOtp​(com.querydsl.core.types.Path<? extends Otp> path)
      • QOtp

        public QOtp​(com.querydsl.core.types.PathMetadata metadata)
      • QOtp

        public QOtp​(com.querydsl.core.types.PathMetadata metadata,
                    com.querydsl.core.types.dsl.PathInits inits)
      • QOtp

        public QOtp​(Class<? extends Otp> type,
                    com.querydsl.core.types.PathMetadata metadata,
                    com.querydsl.core.types.dsl.PathInits inits)