Class QProductOperatorProfileField

    • 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
      • operatorList

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

        public final QInteger version
      • visible

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

      • QProductOperatorProfileField

        public QProductOperatorProfileField​(String variable)
      • QProductOperatorProfileField

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

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

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

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