Class QCustomWizardExecution

    • Field Detail

      • context

        public final com.querydsl.core.types.dsl.StringPath context
      • date

        public final QDate date
      • id

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

        public final com.querydsl.core.types.dsl.StringPath key
      • notified

        public final com.querydsl.core.types.dsl.BooleanPath notified
      • otps

        public final com.querydsl.core.types.dsl.SetPath<Otp,​QOtp> otps
      • remoteAddress

        public final com.querydsl.core.types.dsl.StringPath remoteAddress
      • token

        protected QToken token
      • user

        protected QUser user
    • Constructor Detail

      • QCustomWizardExecution

        public QCustomWizardExecution​(String variable)
      • QCustomWizardExecution

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

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

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

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