java.lang.Object
com.querydsl.core.types.dsl.DslExpression<QUserRoles>
com.querydsl.core.types.dsl.SimpleExpression<QUserRoles>
com.querydsl.core.types.dsl.BeanPath<QUserRoles>
com.querydsl.sql.RelationalPathBase<QUserRoles>
org.qubership.atp.environments.db.generated.QUserRoles
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<QUserRoles>, com.querydsl.core.types.Expression<QUserRoles>, com.querydsl.core.types.Path<QUserRoles>, com.querydsl.core.types.ProjectionRole<QUserRoles>, com.querydsl.sql.RelationalPath<QUserRoles>, Serializable

@Generated("com.querydsl.sql.codegen.MetaDataSerializer") public class QUserRoles extends com.querydsl.sql.RelationalPathBase<QUserRoles>
QUserRoles is a Querydsl query type for QUserRoles
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    static final QUserRoles
     
    final com.querydsl.sql.ForeignKey<QRoles>
     
    final com.querydsl.sql.ForeignKey<QUsers>
     

    Fields inherited from class com.querydsl.core.types.dsl.DslExpression

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QUserRoles(com.querydsl.core.types.Path<? extends QUserRoles> path)
     
    QUserRoles(com.querydsl.core.types.PathMetadata metadata)
     
    QUserRoles(String variable)
     
    QUserRoles(String variable, String schema)
     
    QUserRoles(String variable, String schema, String table)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    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, ne

    Methods 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, instanceOfAny

    Methods 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, when

    Methods inherited from class com.querydsl.core.types.dsl.DslExpression

    equals, getType, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.querydsl.core.types.Expression

    accept, getType

    Methods inherited from interface com.querydsl.core.types.Path

    getAnnotatedElement, getMetadata, getRoot
  • Field Details

    • userRoles

      public static final QUserRoles userRoles
    • roleId

      public final com.querydsl.core.types.dsl.SimplePath<UUID> roleId
    • userId

      public final com.querydsl.core.types.dsl.SimplePath<UUID> userId
    • userRolesProjectId_rolesId_fk

      public final com.querydsl.sql.ForeignKey<QRoles> userRolesProjectId_rolesId_fk
    • userRolesProjectId_usersId_fk

      public final com.querydsl.sql.ForeignKey<QUsers> userRolesProjectId_usersId_fk
  • Constructor Details

    • QUserRoles

      public QUserRoles(String variable)
    • QUserRoles

      public QUserRoles(String variable, String schema, String table)
    • QUserRoles

      public QUserRoles(String variable, String schema)
    • QUserRoles

      public QUserRoles(com.querydsl.core.types.Path<? extends QUserRoles> path)
    • QUserRoles

      public QUserRoles(com.querydsl.core.types.PathMetadata metadata)
  • Method Details

    • addMetadata

      public void addMetadata()