Package org.openwms.wms.inventory
Class QPackagingUnit
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<PackagingUnit>
org.openwms.wms.inventory.QPackagingUnit
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<PackagingUnit>
,com.querydsl.core.types.Expression<PackagingUnit>
,com.querydsl.core.types.Path<PackagingUnit>
,Serializable
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QPackagingUnit
extends com.querydsl.core.types.dsl.EntityPathBase<PackagingUnit>
QPackagingUnit is a Querydsl query type for PackagingUnit
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.ameba.integration.jpa.QApplicationEntity
protected QLocation
final com.querydsl.core.types.dsl.BooleanPath
final com.querydsl.core.types.dsl.EnumPath<AvailabilityState>
final com.querydsl.core.types.dsl.StringPath
final com.querydsl.core.types.dsl.DateTimePath<Date>
protected QDimension
final com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime>
final com.querydsl.core.types.dsl.DateTimePath<Date>
private static final com.querydsl.core.types.dsl.PathInits
final com.querydsl.core.types.dsl.ListPath<String,
com.querydsl.core.types.dsl.StringPath> final com.querydsl.core.types.dsl.StringPath
final com.querydsl.core.types.dsl.DateTimePath<Date>
protected QLoadUnit
final com.querydsl.core.types.dsl.StringPath
protected QMessage
final com.querydsl.core.types.dsl.NumberPath<Long>
static final QPackagingUnit
final com.querydsl.core.types.dsl.SetPath<PackagingUnit,
QPackagingUnit> protected QPackagingUnit
final com.querydsl.core.types.dsl.StringPath
final com.querydsl.core.types.dsl.NumberPath<Long>
final com.querydsl.core.types.dsl.StringPath
final com.querydsl.core.types.dsl.DateTimePath<ZonedDateTime>
protected QProduct
final com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable>
final com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable>
final com.querydsl.core.types.dsl.ListPath<Reservation,
QReservation> final com.querydsl.core.types.dsl.StringPath
private static final long
protected QUomRelation
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
ConstructorsConstructorDescriptionQPackagingUnit
(com.querydsl.core.types.Path<? extends PackagingUnit> path) QPackagingUnit
(com.querydsl.core.types.PathMetadata metadata) QPackagingUnit
(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) QPackagingUnit
(Class<? extends PackagingUnit> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) QPackagingUnit
(String variable) -
Method Summary
Modifier and TypeMethodDescriptioncom.querydsl.core.types.dsl.StringPath
labels
(int index) com.querydsl.core.types.dsl.StringPath
loadUnit()
message()
parent()
product()
reservations
(int index) reservations
(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 -
packagingUnit
-
_super
public final org.ameba.integration.jpa.QApplicationEntity _super -
actualLocation
-
alive
public final com.querydsl.core.types.dsl.BooleanPath alive -
availabilityState
-
createdBy
public final com.querydsl.core.types.dsl.StringPath createdBy -
createDt
-
details
-
dimension
-
expiresAt
-
fifoDate
-
labels
public final com.querydsl.core.types.dsl.ListPath<String,com.querydsl.core.types.dsl.StringPath> labels -
lastModifiedBy
public final com.querydsl.core.types.dsl.StringPath lastModifiedBy -
lastModifiedDt
-
loadUnit
-
lotId
public final com.querydsl.core.types.dsl.StringPath lotId -
message
-
ol
-
packagingUnits
-
parent
-
physicalPosition
public final com.querydsl.core.types.dsl.StringPath physicalPosition -
pk
-
pKey
public final com.querydsl.core.types.dsl.StringPath pKey -
producedAt
-
product
-
qtyAvailable
public final com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable> qtyAvailable -
quantity
public final com.querydsl.core.types.dsl.SimplePath<org.openwms.core.units.api.Measurable> quantity -
reservations
-
serialNumber
public final com.querydsl.core.types.dsl.StringPath serialNumber -
uomRelation
-
weight
public final com.querydsl.core.types.dsl.ComparablePath<org.openwms.core.units.api.Weight> weight
-
-
Constructor Details
-
QPackagingUnit
-
QPackagingUnit
-
QPackagingUnit
public QPackagingUnit(com.querydsl.core.types.PathMetadata metadata) -
QPackagingUnit
public QPackagingUnit(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
QPackagingUnit
public QPackagingUnit(Class<? extends PackagingUnit> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Details
-
actualLocation
-
dimension
-
labels
public com.querydsl.core.types.dsl.StringPath labels(int index) -
labels
public com.querydsl.core.types.dsl.StringPath labels(com.querydsl.core.types.Expression<Integer> index) -
loadUnit
-
message
-
parent
-
product
-
reservations
-
reservations
-
uomRelation
-