
org.marketcetera.admin.dao.QPersistentRole Maven / Gradle / Ivy
The newest version!
package org.marketcetera.admin.dao;
import static com.querydsl.core.types.PathMetadataFactory.*;
import com.querydsl.core.types.dsl.*;
import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.dsl.PathInits;
/**
* QPersistentRole is a Querydsl query type for PersistentRole
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QPersistentRole extends EntityPathBase {
private static final long serialVersionUID = -2134405106L;
public static final QPersistentRole persistentRole = new QPersistentRole("persistentRole");
public final org.marketcetera.persist.QNDEntityBase _super = new org.marketcetera.persist.QNDEntityBase(this);
//inherited
public final StringPath description = _super.description;
//inherited
public final NumberPath id = _super.id;
//inherited
public final DateTimePath lastUpdated = _super.lastUpdated;
//inherited
public final StringPath name = _super.name;
public final SetPath permissions = this.createSet("permissions", PersistentPermission.class, QPersistentPermission.class, PathInits.DIRECT2);
public final SetPath subjects = this.createSet("subjects", org.marketcetera.admin.user.PersistentUser.class, org.marketcetera.admin.user.QPersistentUser.class, PathInits.DIRECT2);
//inherited
public final NumberPath updateCount = _super.updateCount;
public QPersistentRole(String variable) {
super(PersistentRole.class, forVariable(variable));
}
public QPersistentRole(Path extends PersistentRole> path) {
super(path.getType(), path.getMetadata());
}
public QPersistentRole(PathMetadata metadata) {
super(PersistentRole.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy