Class QEnvironmentSystems

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

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

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    static final QEnvironmentSystems
     
    final com.querydsl.sql.ForeignKey<QEnvironments>
     
    final com.querydsl.sql.ForeignKey<QSystems>
     
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QEnvironmentSystems(com.querydsl.core.types.Path<? extends QEnvironmentSystems> path)
     
    QEnvironmentSystems(com.querydsl.core.types.PathMetadata metadata)
     
     
    QEnvironmentSystems(String variable, String schema)
     
    QEnvironmentSystems(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

    • environmentSystems

      public static final QEnvironmentSystems environmentSystems
    • environmentId

      public final com.querydsl.core.types.dsl.SimplePath<UUID> environmentId
    • systemId

      public final com.querydsl.core.types.dsl.SimplePath<UUID> systemId
    • environmentSystemsEnvironmentId_environmentsId_fk

      public final com.querydsl.sql.ForeignKey<QEnvironments> environmentSystemsEnvironmentId_environmentsId_fk
    • environmentSystemsSystemId_systemsId_fk

      public final com.querydsl.sql.ForeignKey<QSystems> environmentSystemsSystemId_systemsId_fk
  • Constructor Details

    • QEnvironmentSystems

      public QEnvironmentSystems(String variable)
    • QEnvironmentSystems

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

      public QEnvironmentSystems(String variable, String schema)
    • QEnvironmentSystems

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

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

    • addMetadata

      public void addMetadata()