
com.capitalone.dashboard.model.QMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hygieia-common Show documentation
Show all versions of hygieia-common Show documentation
Core package shared by API layer and Microservices
The newest version!
package com.capitalone.dashboard.model;
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;
/**
* QMetadata is a Querydsl query type for Metadata
*/
@Generated("com.querydsl.codegen.EntitySerializer")
public class QMetadata extends EntityPathBase {
private static final long serialVersionUID = 1182554385L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QMetadata metadata = new QMetadata("metadata");
public final QBaseModel _super;
// inherited
public final org.bson.types.QObjectId id;
public final StringPath key = createString("key");
public final SimplePath
© 2015 - 2025 Weber Informatics LLC | Privacy Policy