Class QCustomWizard

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<CustomWizard>, com.querydsl.core.types.Expression<CustomWizard>, com.querydsl.core.types.Path<CustomWizard>, Serializable

    @Generated("com.querydsl.codegen.EntitySerializer")
    public class QCustomWizard
    extends com.querydsl.core.types.dsl.EntityPathBase<CustomWizard>
    QCustomWizard is a Querydsl query type for CustomWizard
    See Also:
    Serialized Form
    • Field Detail

      • description

        public final com.querydsl.core.types.dsl.StringPath description
      • id

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

        protected QTimeInterval incompleteRegistrationNotifyInterval
      • internalName

        public final com.querydsl.core.types.dsl.StringPath internalName
      • name

        public final com.querydsl.core.types.dsl.StringPath name
      • requireConfirmationCredential

        public final com.querydsl.core.types.dsl.BooleanPath requireConfirmationCredential
      • scriptParameters

        public final com.querydsl.core.types.dsl.StringPath scriptParameters
      • showProgress

        public final com.querydsl.core.types.dsl.BooleanPath showProgress
      • svgIcon

        public final com.querydsl.core.types.dsl.StringPath svgIcon
      • version

        public final QInteger version
    • Constructor Detail

      • QCustomWizard

        public QCustomWizard​(String variable)
      • QCustomWizard

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

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

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

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