Class QConnections

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

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

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.sql.ForeignKey<QConnections>
     
    static final QConnections
     
    final com.querydsl.sql.PrimaryKey<QConnections>
     
    final com.querydsl.sql.ForeignKey<QConnections>
     
    final com.querydsl.sql.ForeignKey<QSystems>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Timestamp>
     
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    final com.querydsl.core.types.dsl.DateTimePath<Timestamp>
     
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    final com.querydsl.core.types.dsl.SimplePath<UUID>
     
    final com.querydsl.core.types.dsl.StringPath
     

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

    hashCode, mixin
  • Constructor Summary

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

    • connections

      public static final QConnections connections
    • connectionType

      public final com.querydsl.core.types.dsl.StringPath connectionType
    • created

      public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> created
    • createdBy

      public final com.querydsl.core.types.dsl.SimplePath<UUID> createdBy
    • description

      public final com.querydsl.core.types.dsl.StringPath description
    • id

      public final com.querydsl.core.types.dsl.SimplePath<UUID> id
    • modified

      public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> modified
    • modifiedBy

      public final com.querydsl.core.types.dsl.SimplePath<UUID> modifiedBy
    • name

      public final com.querydsl.core.types.dsl.StringPath name
    • parameters

      public final com.querydsl.core.types.dsl.StringPath parameters
    • services

      public final com.querydsl.core.types.dsl.StringPath services
    • sourceId

      public final com.querydsl.core.types.dsl.SimplePath<UUID> sourceId
    • sourceTemplateId

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

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

      public final com.querydsl.core.types.dsl.StringPath tagList
    • connectionsPk

      public final com.querydsl.sql.PrimaryKey<QConnections> connectionsPk
    • connectionsSystemId_connectionsId_fk

      public final com.querydsl.sql.ForeignKey<QConnections> connectionsSystemId_connectionsId_fk
    • connectionsSystemId_systemsId_fk

      public final com.querydsl.sql.ForeignKey<QSystems> connectionsSystemId_systemsId_fk
    • _connectionsSystemId_connectionsId_fk

      public final com.querydsl.sql.ForeignKey<QConnections> _connectionsSystemId_connectionsId_fk
  • Constructor Details

    • QConnections

      public QConnections(String variable)
    • QConnections

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

      public QConnections(String variable, String schema)
    • QConnections

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

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

    • addMetadata

      public void addMetadata()