All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openwms.common.location.QTarget Maven / Gradle / Ivy

Go to download

Essential services on common resources like Locations, LocationGroups and TransportUnits

There is a newer version: 2.0.0
Show newest version
package org.openwms.common.location;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;


/**
 * QTarget is a Querydsl query type for Target
 */
@Generated("com.querydsl.codegen.DefaultSupertypeSerializer")
public class QTarget extends EntityPathBase {

    private static final long serialVersionUID = -1937759540L;

    public static final QTarget target = new QTarget("target");

    public final org.ameba.integration.jpa.QApplicationEntity _super = new org.ameba.integration.jpa.QApplicationEntity(this);

    //inherited
    public final DateTimePath createDt = _super.createDt;

    //inherited
    public final DateTimePath lastModifiedDt = _super.lastModifiedDt;

    //inherited
    public final NumberPath ol = _super.ol;

    //inherited
    public final NumberPath pk = _super.pk;

    //inherited
    public final StringPath pKey = _super.pKey;

    public QTarget(String variable) {
        super(Target.class, forVariable(variable));
    }

    public QTarget(Path path) {
        super(path.getType(), path.getMetadata());
    }

    public QTarget(PathMetadata metadata) {
        super(Target.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy