Class QTransportUnit

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<TransportUnit>
org.openwms.wms.transport.QTransportUnit
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<TransportUnit>, com.querydsl.core.types.Expression<TransportUnit>, com.querydsl.core.types.Path<TransportUnit>, Serializable

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

    Fields
    Modifier and Type
    Field
    Description
    final org.ameba.integration.jpa.QApplicationEntity
     
    final com.querydsl.core.types.dsl.BooleanPath
     
    protected QLocation
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    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.NumberPath<Integer>
     
    private static final com.querydsl.core.types.dsl.PathInits
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime>
     
    final com.querydsl.core.types.dsl.StringPath
     
    private static final long
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    static final QTransportUnit
     
    protected QBarcode
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QTransportUnit(com.querydsl.core.types.Path<? extends TransportUnit> path)
     
    QTransportUnit(com.querydsl.core.types.PathMetadata metadata)
     
    QTransportUnit(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QTransportUnit(Class<? extends TransportUnit> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

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

      public static final QTransportUnit transportUnit
    • _super

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

      public final com.querydsl.core.types.dsl.BooleanPath acknowledged
    • actualLocation

      protected QLocation actualLocation
    • actualLocationDate

      public final com.querydsl.core.types.dsl.DateTimePath<Date> actualLocationDate
    • createdBy

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

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

      public final com.querydsl.core.types.dsl.StringPath customerOrderId
    • foreignPKey

      public final com.querydsl.core.types.dsl.StringPath foreignPKey
    • height

      public final com.querydsl.core.types.dsl.NumberPath<Integer> height
    • lastModifiedBy

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

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

      public final com.querydsl.core.types.dsl.NumberPath<Integer> length
    • ol

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

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

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

      public final com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime> reconciledAt
    • reconciledBy

      public final com.querydsl.core.types.dsl.StringPath reconciledBy
    • state

      public final com.querydsl.core.types.dsl.StringPath state
    • target

      public final com.querydsl.core.types.dsl.StringPath target
    • transportUnitBK

      protected QBarcode transportUnitBK
    • transportUnitType

      public final com.querydsl.core.types.dsl.StringPath transportUnitType
    • width

      public final com.querydsl.core.types.dsl.NumberPath<Integer> width
  • Constructor Details

    • QTransportUnit

      public QTransportUnit(String variable)
    • QTransportUnit

      public QTransportUnit(com.querydsl.core.types.Path<? extends TransportUnit> path)
    • QTransportUnit

      public QTransportUnit(com.querydsl.core.types.PathMetadata metadata)
    • QTransportUnit

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

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

    • actualLocation

      public QLocation actualLocation()
    • transportUnitBK

      public QBarcode transportUnitBK()