Class QProductUserProfileField

    • Field Detail

      • adFilter

        public final com.querydsl.core.types.dsl.BooleanPath adFilter
      • adKeywords

        public final com.querydsl.core.types.dsl.BooleanPath adKeywords
      • basicField

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

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

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

        public final com.querydsl.core.types.dsl.BooleanPath mapFilter
      • mapResult

        public final com.querydsl.core.types.dsl.BooleanPath mapResult
      • recordFilter

        public final com.querydsl.core.types.dsl.BooleanPath recordFilter
      • recordKeywords

        public final com.querydsl.core.types.dsl.BooleanPath recordKeywords
      • userFilter

        public final com.querydsl.core.types.dsl.BooleanPath userFilter
      • userKeywords

        public final com.querydsl.core.types.dsl.BooleanPath userKeywords
      • userList

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

        public final QInteger version
      • visible

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

      • QProductUserProfileField

        public QProductUserProfileField​(String variable)
      • QProductUserProfileField

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

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

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

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