com.thinkbiganalytics.metadata.jpa.cluster.QJpaNiFiFlowCacheClusterUpdateItem 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;
/**
* QJpaNiFiFlowCacheClusterUpdateItem is a Querydsl query type for JpaNiFiFlowCacheClusterUpdateItem
*/
@Generated("com.querydsl.codegen.EntitySerializer")
public class QJpaNiFiFlowCacheClusterUpdateItem extends EntityPathBase {
private static final long serialVersionUID = -1332095016L;
public static final QJpaNiFiFlowCacheClusterUpdateItem jpaNiFiFlowCacheClusterUpdateItem = new QJpaNiFiFlowCacheClusterUpdateItem("jpaNiFiFlowCacheClusterUpdateItem");
public final StringPath updateKey = createString("updateKey");
public final EnumPath updateType = createEnum("updateType", com.thinkbiganalytics.cluster.NiFiFlowCacheUpdateType.class);
public final StringPath updateValue = createString("updateValue");
public QJpaNiFiFlowCacheClusterUpdateItem(String variable) {
super(JpaNiFiFlowCacheClusterUpdateItem.class, forVariable(variable));
}
public QJpaNiFiFlowCacheClusterUpdateItem(Path extends JpaNiFiFlowCacheClusterUpdateItem> path) {
super(path.getType(), path.getMetadata());
}
public QJpaNiFiFlowCacheClusterUpdateItem(PathMetadata metadata) {
super(JpaNiFiFlowCacheClusterUpdateItem.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy