@Generated(value="com.querydsl.codegen.EntitySerializer") public class QPermissionGroup extends com.querydsl.core.types.dsl.EntityPathBase<PermissionGroup>
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.StringPath |
description |
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
com.querydsl.core.types.dsl.StringPath |
name |
static QPermissionGroup |
permissionGroup |
com.querydsl.core.types.dsl.SetPath<Permission,QPermission> |
permissions |
com.querydsl.core.types.dsl.StringPath |
title |
| Constructor and Description |
|---|
QPermissionGroup(com.querydsl.core.types.Path<? extends PermissionGroup> path) |
QPermissionGroup(com.querydsl.core.types.PathMetadata metadata) |
QPermissionGroup(String variable) |
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyas, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final QPermissionGroup permissionGroup
public final com.querydsl.core.types.dsl.StringPath description
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final com.querydsl.core.types.dsl.StringPath name
public final com.querydsl.core.types.dsl.SetPath<Permission,QPermission> permissions
public final com.querydsl.core.types.dsl.StringPath title
public QPermissionGroup(String variable)
public QPermissionGroup(com.querydsl.core.types.Path<? extends PermissionGroup> path)
public QPermissionGroup(com.querydsl.core.types.PathMetadata metadata)
Copyright © 2020. All rights reserved.