com.thinkbiganalytics.metadata.jpa.cluster.QJpaNiFiFlowCacheClusterSync Maven / Gradle / Ivy
package com.thinkbiganalytics.metadata.jpa.cluster;
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;
import com.querydsl.core.types.dsl.PathInits;
/**
* QJpaNiFiFlowCacheClusterSync is a Querydsl query type for JpaNiFiFlowCacheClusterSync
*/
@Generated("com.querydsl.codegen.EntitySerializer")
public class QJpaNiFiFlowCacheClusterSync extends EntityPathBase {
private static final long serialVersionUID = 1048824823L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QJpaNiFiFlowCacheClusterSync jpaNiFiFlowCacheClusterSync = new QJpaNiFiFlowCacheClusterSync("jpaNiFiFlowCacheClusterSync");
public final StringPath clusterAddress = createString("clusterAddress");
public final DateTimePath createdTime = createDateTime("createdTime", org.joda.time.DateTime.class);
public final BooleanPath initiatingCluster = createBoolean("initiatingCluster");
public final DateTimePath modifiedTime = createDateTime("modifiedTime", org.joda.time.DateTime.class);
public final QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey niFiFlowCacheKey;
public final BooleanPath updateApplied = createBoolean("updateApplied");
public final QJpaNiFiFlowCacheClusterUpdateItem updateItem;
public final StringPath updateKey = createString("updateKey");
public QJpaNiFiFlowCacheClusterSync(String variable) {
this(JpaNiFiFlowCacheClusterSync.class, forVariable(variable), INITS);
}
public QJpaNiFiFlowCacheClusterSync(Path extends JpaNiFiFlowCacheClusterSync> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QJpaNiFiFlowCacheClusterSync(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QJpaNiFiFlowCacheClusterSync(PathMetadata metadata, PathInits inits) {
this(JpaNiFiFlowCacheClusterSync.class, metadata, inits);
}
public QJpaNiFiFlowCacheClusterSync(Class extends JpaNiFiFlowCacheClusterSync> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this.niFiFlowCacheKey = inits.isInitialized("niFiFlowCacheKey") ? new QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey(forProperty("niFiFlowCacheKey")) : null;
this.updateItem = inits.isInitialized("updateItem") ? new QJpaNiFiFlowCacheClusterUpdateItem(forProperty("updateItem")) : null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy