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

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

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;


/**
 * QMessage is a Querydsl query type for Message
 */
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QMessage extends EntityPathBase {

    private static final long serialVersionUID = -1742768596L;

    public static final QMessage message = new QMessage("message");

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

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

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

    public final NumberPath messageNo = createNumber("messageNo", Integer.class);

    public final StringPath messageText = createString("messageText");

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

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

    public QMessage(String variable) {
        super(Message.class, forVariable(variable));
    }

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

    public QMessage(PathMetadata metadata) {
        super(Message.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy