All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.foreach.across.modules.oauth2.business.QOAuth2Scope Maven / Gradle / Ivy

package com.foreach.across.modules.oauth2.business;

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;


/**
 * QOAuth2Scope is a Querydsl query type for OAuth2Scope
 */
@Generated("com.querydsl.codegen.EntitySerializer")
public class QOAuth2Scope extends EntityPathBase {

    private static final long serialVersionUID = -1289032487L;

    public static final QOAuth2Scope oAuth2Scope = new QOAuth2Scope("oAuth2Scope");

    public final NumberPath id = createNumber("id", Long.class);

    public final StringPath name = createString("name");

    public QOAuth2Scope(String variable) {
        super(OAuth2Scope.class, forVariable(variable));
    }

    public QOAuth2Scope(Path path) {
        super(path.getType(), path.getMetadata());
    }

    public QOAuth2Scope(PathMetadata metadata) {
        super(OAuth2Scope.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy