com.netgrif.application.engine.migration.QMigration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of application-engine Show documentation
Show all versions of application-engine Show documentation
System provides workflow management functions including user, role and data management.
package com.netgrif.application.engine.migration;
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;
/**
* QMigration is a Querydsl query type for Migration
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QMigration extends EntityPathBase {
private static final long serialVersionUID = 319770358L;
public static final QMigration migration = new QMigration("migration");
public QMigration(String variable) {
super(Migration.class, forVariable(variable));
}
public QMigration(Path extends Migration> path) {
super(path.getType(), path.getMetadata());
}
public QMigration(PathMetadata metadata) {
super(Migration.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy