Class QProductMyProfileField

    • Field Detail

      • basicField

        public final com.querydsl.core.types.dsl.EnumPath<BasicProfileField> basicField
      • editable

        public final com.querydsl.core.types.dsl.BooleanPath editable
      • editableAtRegistration

        public final com.querydsl.core.types.dsl.BooleanPath editableAtRegistration
      • enabled

        public final com.querydsl.core.types.dsl.BooleanPath enabled
      • id

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

        public final com.querydsl.core.types.dsl.BooleanPath managePrivacy
      • version

        public final QInteger version
      • visible

        public final com.querydsl.core.types.dsl.BooleanPath visible
    • Constructor Detail

      • QProductMyProfileField

        public QProductMyProfileField​(String variable)
      • QProductMyProfileField

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

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

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

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