com.antheminc.oss.nimbus.entity.QStaticCodeValue Maven / Gradle / Ivy
package com.antheminc.oss.nimbus.entity;
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;
/**
* QStaticCodeValue is a Querydsl query type for StaticCodeValue
*/
@Generated("com.querydsl.codegen.EntitySerializer")
public class QStaticCodeValue extends EntityPathBase {
private static final long serialVersionUID = -731356282L;
public static final QStaticCodeValue staticCodeValue = new QStaticCodeValue("staticCodeValue");
public final QAbstractEntity_IdLong _super = new QAbstractEntity_IdLong(this);
//inherited
public final StringPath _class = _super._class;
//inherited
public final StringPath createdBy = _super.createdBy;
//inherited
public final DateTimePath createdDate = _super.createdDate;
//inherited
public final NumberPath id = _super.id;
//inherited
public final StringPath lastModifiedBy = _super.lastModifiedBy;
//inherited
public final DateTimePath lastModifiedDate = _super.lastModifiedDate;
//inherited
public final BooleanPath new$ = _super.new$;
public final StringPath paramCode = createString("paramCode");
public final ListPath paramValues = this.createList("paramValues", com.antheminc.oss.nimbus.domain.model.config.ParamValue.class, com.antheminc.oss.nimbus.domain.model.config.QParamValue.class, PathInits.DIRECT2);
//inherited
public final NumberPath version = _super.version;
public QStaticCodeValue(String variable) {
super(StaticCodeValue.class, forVariable(variable));
}
public QStaticCodeValue(Path extends StaticCodeValue> path) {
super(path.getType(), path.getMetadata());
}
public QStaticCodeValue(PathMetadata metadata) {
super(StaticCodeValue.class, metadata);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy