com.thinkbiganalytics.metadata.jpa.cluster.QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey 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;
/**
* QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey is a Querydsl query type for NiFiFlowCacheKey
*/
@Generated("com.querydsl.codegen.EmbeddableSerializer")
public class QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey extends BeanPath {
private static final long serialVersionUID = -436241664L;
public static final QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey niFiFlowCacheKey = new QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey("niFiFlowCacheKey");
public final StringPath clusterAddress = createString("clusterAddress");
public final StringPath updateKey = createString("updateKey");
public QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey(String variable) {
super(JpaNiFiFlowCacheClusterSync.NiFiFlowCacheKey.class, forVariable(variable));
}
public QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey(Path extends JpaNiFiFlowCacheClusterSync.NiFiFlowCacheKey> path) {
super(path.getType(), path.getMetadata());
}
public QJpaNiFiFlowCacheClusterSync_NiFiFlowCacheKey(PathMetadata metadata) {
super(JpaNiFiFlowCacheClusterSync.NiFiFlowCacheKey.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy