Class QSubscribers

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

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

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.sql.ForeignKey<QAlerts>
     
    final com.querydsl.sql.ForeignKey<QSubscriptions>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    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.DateTimePath<Timestamp>
     
    final com.querydsl.core.types.dsl.StringPath
     
    static final QSubscribers
     
    final com.querydsl.sql.PrimaryKey<QSubscribers>
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.StringPath
     

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

    hashCode, mixin
  • Constructor Summary

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

    • subscribers

      public static final QSubscribers subscribers
    • host

      public final com.querydsl.core.types.dsl.StringPath host
    • hostStatus

      public final com.querydsl.core.types.dsl.NumberPath<Integer> hostStatus
    • id

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

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

      public final com.querydsl.core.types.dsl.StringPath notificationUrl
    • registrationDate

      public final com.querydsl.core.types.dsl.DateTimePath<Timestamp> registrationDate
    • signature

      public final com.querydsl.core.types.dsl.StringPath signature
    • subscriberType

      public final com.querydsl.core.types.dsl.NumberPath<Integer> subscriberType
    • tagList

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

      public final com.querydsl.sql.PrimaryKey<QSubscribers> subscribersPk
    • _alertsSubscriberId_subscribersId_fk

      public final com.querydsl.sql.ForeignKey<QAlerts> _alertsSubscriberId_subscribersId_fk
    • _subscriptionsSubscriberId_subscribersId_fk

      public final com.querydsl.sql.ForeignKey<QSubscriptions> _subscriptionsSubscriberId_subscribersId_fk
  • Constructor Details

    • QSubscribers

      public QSubscribers(String variable)
    • QSubscribers

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

      public QSubscribers(String variable, String schema)
    • QSubscribers

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

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

    • addMetadata

      public void addMetadata()