java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<Product>
eu.dzhw.fdz.metadatamanagement.ordermanagement.domain.QProduct
All Implemented Interfaces:
com.querydsl.core.types.Expression<Product>, com.querydsl.core.types.Path<Product>, Serializable

@Generated("com.querydsl.codegen.EmbeddableSerializer")
public class QProduct
extends com.querydsl.core.types.dsl.BeanPath<Product>
QProduct is a Querydsl query type for Product
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    com.querydsl.core.types.dsl.StringPath accessWay  
    com.querydsl.core.types.dsl.SimplePath<OrderedAnalysisPackage> analysisPackage  
    com.querydsl.core.types.dsl.StringPath dataAcquisitionProjectId  
    com.querydsl.core.types.dsl.SetPath<DataFormat,​com.querydsl.core.types.dsl.EnumPath<DataFormat>> dataFormats  
    com.querydsl.core.types.dsl.SimplePath<OrderedDataPackage> dataPackage  
    static QProduct product  
    private static long serialVersionUID  
    com.querydsl.core.types.dsl.StringPath version  

    Fields inherited from class com.querydsl.core.types.dsl.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor Description
    QProduct​(com.querydsl.core.types.Path<? extends Product> path)  
    QProduct​(com.querydsl.core.types.PathMetadata metadata)  
    QProduct​(String variable)  
  • Method Summary

    Methods inherited from class com.querydsl.core.types.dsl.BeanPath

    accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny

    Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression

    as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when

    Methods inherited from class com.querydsl.core.types.dsl.DslExpression

    equals, getType, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.querydsl.core.types.Expression

    getType
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • product

      public static final QProduct product
    • accessWay

      public final com.querydsl.core.types.dsl.StringPath accessWay
    • analysisPackage

      public final com.querydsl.core.types.dsl.SimplePath<OrderedAnalysisPackage> analysisPackage
    • dataAcquisitionProjectId

      public final com.querydsl.core.types.dsl.StringPath dataAcquisitionProjectId
    • dataFormats

      public final com.querydsl.core.types.dsl.SetPath<DataFormat,​com.querydsl.core.types.dsl.EnumPath<DataFormat>> dataFormats
    • dataPackage

      public final com.querydsl.core.types.dsl.SimplePath<OrderedDataPackage> dataPackage
    • version

      public final com.querydsl.core.types.dsl.StringPath version
  • Constructor Details

    • QProduct

      public QProduct​(String variable)
    • QProduct

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

      public QProduct​(com.querydsl.core.types.PathMetadata metadata)