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

com.thinkbiganalytics.metadata.jpa.feed.security.QJpaFeedOpsAclEntry Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.thinkbiganalytics.metadata.jpa.feed.security;

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;


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

    private static final long serialVersionUID = 765567470L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QJpaFeedOpsAclEntry jpaFeedOpsAclEntry = new QJpaFeedOpsAclEntry("jpaFeedOpsAclEntry");

    public final com.thinkbiganalytics.metadata.jpa.feed.QJpaOpsManagerFeed feed;

    public final ComparablePath feedId = createComparable("feedId", java.util.UUID.class);

    public final SimplePath id = createSimple("id", JpaFeedOpsAclEntry.EntryId.class);

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

    public final EnumPath principalType = createEnum("principalType", com.thinkbiganalytics.metadata.api.feed.security.FeedOpsAclEntry.PrincipalType.class);

    public QJpaFeedOpsAclEntry(String variable) {
        this(JpaFeedOpsAclEntry.class, forVariable(variable), INITS);
    }

    public QJpaFeedOpsAclEntry(Path path) {
        this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
    }

    public QJpaFeedOpsAclEntry(PathMetadata metadata) {
        this(metadata, PathInits.getFor(metadata, INITS));
    }

    public QJpaFeedOpsAclEntry(PathMetadata metadata, PathInits inits) {
        this(JpaFeedOpsAclEntry.class, metadata, inits);
    }

    public QJpaFeedOpsAclEntry(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this.feed = inits.isInitialized("feed") ? new com.thinkbiganalytics.metadata.jpa.feed.QJpaOpsManagerFeed(forProperty("feed"), inits.get("feed")) : null;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy