Class QJvGlobalId

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

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

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.sql.ForeignKey<QJvGlobalId>
     
    final com.querydsl.sql.ForeignKey<QJvSnapshot>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    static final QJvGlobalId
     
    final com.querydsl.sql.ForeignKey<QJvGlobalId>
     
    final com.querydsl.sql.PrimaryKey<QJvGlobalId>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     

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

    hashCode, mixin
  • Constructor Summary

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

    • jvGlobalId

      public static final QJvGlobalId jvGlobalId
    • fragment

      public final com.querydsl.core.types.dsl.StringPath fragment
    • globalIdPk

      public final com.querydsl.core.types.dsl.NumberPath<Long> globalIdPk
    • localId

      public final com.querydsl.core.types.dsl.StringPath localId
    • ownerIdFk

      public final com.querydsl.core.types.dsl.NumberPath<Long> ownerIdFk
    • typeName

      public final com.querydsl.core.types.dsl.StringPath typeName
    • jvGlobalIdPk

      public final com.querydsl.sql.PrimaryKey<QJvGlobalId> jvGlobalIdPk
    • jvGlobalIdOwnerIdFk

      public final com.querydsl.sql.ForeignKey<QJvGlobalId> jvGlobalIdOwnerIdFk
    • _jvGlobalIdOwnerIdFk

      public final com.querydsl.sql.ForeignKey<QJvGlobalId> _jvGlobalIdOwnerIdFk
    • _jvSnapshotGlobalIdFk

      public final com.querydsl.sql.ForeignKey<QJvSnapshot> _jvSnapshotGlobalIdFk
  • Constructor Details

    • QJvGlobalId

      public QJvGlobalId(String variable)
    • QJvGlobalId

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

      public QJvGlobalId(String variable, String schema)
    • QJvGlobalId

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

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

    • addMetadata

      public void addMetadata()