Class QLoadUnitType

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

@Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QLoadUnitType extends com.querydsl.core.types.dsl.EntityPathBase<LoadUnitType>
QLoadUnitType is a Querydsl query type for LoadUnitType
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.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    static final QLoadUnitType
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     
    private static final long
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight>
     
    final com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight>
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QLoadUnitType(com.querydsl.core.types.Path<? extends LoadUnitType> path)
     
    QLoadUnitType(com.querydsl.core.types.PathMetadata metadata)
     
     
  • Method Summary

    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:
    • loadUnitType

      public static final QLoadUnitType loadUnitType
    • _super

      public final org.ameba.integration.jpa.QApplicationEntity _super
    • 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
    • innerHeight

      public final com.querydsl.core.types.dsl.NumberPath<Integer> innerHeight
    • innerLength

      public final com.querydsl.core.types.dsl.NumberPath<Integer> innerLength
    • innerWidth

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

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

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

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

      public final com.querydsl.core.types.dsl.NumberPath<Integer> outerHeight
    • outerLength

      public final com.querydsl.core.types.dsl.NumberPath<Integer> outerLength
    • outerWidth

      public final com.querydsl.core.types.dsl.NumberPath<Integer> outerWidth
    • pk

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

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

      public final com.querydsl.core.types.dsl.StringPath type
    • weightMax

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

      public final com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight> weightTare
  • Constructor Details

    • QLoadUnitType

      public QLoadUnitType(String variable)
    • QLoadUnitType

      public QLoadUnitType(com.querydsl.core.types.Path<? extends LoadUnitType> path)
    • QLoadUnitType

      public QLoadUnitType(com.querydsl.core.types.PathMetadata metadata)