Class QProduct

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
com.querydsl.core.types.dsl.EntityPathBase<Product>
org.openwms.wms.inventory.QProduct
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Product>, com.querydsl.core.types.Expression<Product>, com.querydsl.core.types.Path<Product>, Serializable

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

    Fields
    Modifier and Type
    Field
    Description
    final org.ameba.integration.jpa.QApplicationEntity
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.EnumPath<AvailabilityState>
     
    final com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.MapPath<String,String,com.querydsl.core.types.dsl.StringPath>
     
    protected QDimension
     
    final com.querydsl.core.types.dsl.StringPath
     
    private static final com.querydsl.core.types.dsl.PathInits
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.BooleanPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     
    protected QLocation
     
    static final QProduct
     
    private static final long
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.ListPath<ProductStackingRule,QProductStackingRule>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.ListPath<UomRelation,QUomRelation>
     

    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(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QProduct(Class<? extends Product> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QProduct(String variable)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    stackingRules(int index)
     
    stackingRules(com.querydsl.core.types.Expression<Integer> index)
     
    units(int index)
     
    units(com.querydsl.core.types.Expression<Integer> index)
     

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

    getMetadata

    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

    accept, getType

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

    getAnnotatedElement, getMetadata, getRoot
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • INITS

      private static final com.querydsl.core.types.dsl.PathInits INITS
    • product

      public static final QProduct product
    • _super

      public final org.ameba.integration.jpa.QApplicationEntity _super
    • accountId

      public final com.querydsl.core.types.dsl.StringPath accountId
    • availabilityState

      public final com.querydsl.core.types.dsl.EnumPath<AvailabilityState> availabilityState
    • baseUnit

      public final com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable> baseUnit
    • classification

      public final com.querydsl.core.types.dsl.StringPath classification
    • createdBy

      public final com.querydsl.core.types.dsl.StringPath createdBy
    • createDt

      public final com.querydsl.core.types.dsl.DateTimePath<Date> createDt
    • description

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

      public final com.querydsl.core.types.dsl.StringPath descriptionText
    • details

      public final com.querydsl.core.types.dsl.MapPath<String,String,com.querydsl.core.types.dsl.StringPath> details
    • dimension

      protected QDimension dimension
    • group

      public final com.querydsl.core.types.dsl.StringPath group
    • label

      public final com.querydsl.core.types.dsl.StringPath label
    • lastModifiedBy

      public final com.querydsl.core.types.dsl.StringPath lastModifiedBy
    • lastModifiedDt

      public final com.querydsl.core.types.dsl.DateTimePath<Date> lastModifiedDt
    • netWeight

      public final com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight> netWeight
    • ol

      public final com.querydsl.core.types.dsl.NumberPath<Long> ol
    • overbookingAllowed

      public final com.querydsl.core.types.dsl.BooleanPath overbookingAllowed
    • pk

      public final com.querydsl.core.types.dsl.NumberPath<Long> pk
    • pKey

      public final com.querydsl.core.types.dsl.StringPath pKey
    • preferableStorageLocation

      protected QLocation preferableStorageLocation
    • sku

      public final com.querydsl.core.types.dsl.StringPath sku
    • stackingRules

      public final com.querydsl.core.types.dsl.ListPath<ProductStackingRule,QProductStackingRule> stackingRules
    • stockZone

      public final com.querydsl.core.types.dsl.StringPath stockZone
    • units

      public final com.querydsl.core.types.dsl.ListPath<UomRelation,QUomRelation> units
  • 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)
    • QProduct

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

      public QProduct(Class<? extends Product> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
  • Method Details