Class QRoleGrants
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<QRoleGrants>
com.querydsl.core.types.dsl.SimpleExpression<QRoleGrants>
com.querydsl.core.types.dsl.BeanPath<QRoleGrants>
com.querydsl.sql.RelationalPathBase<QRoleGrants>
org.qubership.atp.environments.db.generated.QRoleGrants
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<QRoleGrants>,com.querydsl.core.types.Expression<QRoleGrants>,com.querydsl.core.types.Path<QRoleGrants>,com.querydsl.core.types.ProjectionRole<QRoleGrants>,com.querydsl.sql.RelationalPath<QRoleGrants>,Serializable
@Generated("com.querydsl.sql.codegen.MetaDataSerializer")
public class QRoleGrants
extends com.querydsl.sql.RelationalPathBase<QRoleGrants>
QRoleGrants is a Querydsl query type for QRoleGrants
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.SimplePath<Object> final com.querydsl.core.types.dsl.BooleanPathstatic final QRoleGrantsfinal com.querydsl.sql.ForeignKey<QRoles> final com.querydsl.core.types.dsl.BooleanPathFields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionQRoleGrants(com.querydsl.core.types.Path<? extends QRoleGrants> path) QRoleGrants(com.querydsl.core.types.PathMetadata metadata) QRoleGrants(String variable) QRoleGrants(String variable, String schema) QRoleGrants(String variable, String schema, String table) -
Method Summary
Methods inherited from class com.querydsl.sql.RelationalPathBase
add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, neMethods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyMethods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
accept, getTypeMethods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Field Details
-
roleGrants
-
entityId
public final com.querydsl.core.types.dsl.StringPath entityId -
id
-
read
public final com.querydsl.core.types.dsl.BooleanPath read -
write
public final com.querydsl.core.types.dsl.BooleanPath write -
roleGrantsId_rolesId_fk
-
-
Constructor Details
-
QRoleGrants
-
QRoleGrants
-
QRoleGrants
-
QRoleGrants
-
QRoleGrants
public QRoleGrants(com.querydsl.core.types.PathMetadata metadata)
-
-
Method Details
-
addMetadata
public void addMetadata()
-