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

io.cloudslang.engine.data.QAbstractIdentifiable Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package io.cloudslang.engine.data;

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

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

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


/**
 * QAbstractIdentifiable is a Querydsl query type for AbstractIdentifiable
 */
@Generated("com.querydsl.codegen.SupertypeSerializer")
public class QAbstractIdentifiable extends EntityPathBase {

    private static final long serialVersionUID = 1030464490L;

    public static final QAbstractIdentifiable abstractIdentifiable = new QAbstractIdentifiable("abstractIdentifiable");

    public final NumberPath id = createNumber("id", Long.class);

    public QAbstractIdentifiable(String variable) {
        super(AbstractIdentifiable.class, forVariable(variable));
    }

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

    public QAbstractIdentifiable(PathMetadata metadata) {
        super(AbstractIdentifiable.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy