Class QAuditRefValue

    • Method Summary

      • Methods inherited from class com.querydsl.sql.RelationalPathBase

        add, 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 interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • ID

        public static final com.querydsl.sql.ColumnMetadata ID
      • RECORD_ID

        public static final com.querydsl.sql.ColumnMetadata RECORD_ID
      • NAME

        public static final com.querydsl.sql.ColumnMetadata NAME
      • OID

        public static final com.querydsl.sql.ColumnMetadata OID
      • TARGET_NAME_NORM

        public static final com.querydsl.sql.ColumnMetadata TARGET_NAME_NORM
      • TARGET_NAME_ORIG

        public static final com.querydsl.sql.ColumnMetadata TARGET_NAME_ORIG
      • TYPE

        public static final com.querydsl.sql.ColumnMetadata TYPE
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • recordId

        public final com.querydsl.core.types.dsl.NumberPath<Long> recordId
      • name

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

        public final com.querydsl.core.types.dsl.StringPath oid
      • targetNameNorm

        public final com.querydsl.core.types.dsl.StringPath targetNameNorm
      • targetNameOrig

        public final com.querydsl.core.types.dsl.StringPath targetNameOrig
      • type

        public final com.querydsl.core.types.dsl.StringPath type
      • constraint7

        public final com.querydsl.sql.PrimaryKey<MAuditRefValue> constraint7
      • auditRefValueFk

        public final com.querydsl.sql.ForeignKey<QAuditEventRecord> auditRefValueFk
    • Constructor Detail

      • QAuditRefValue

        public QAuditRefValue​(String variable)
      • QAuditRefValue

        public QAuditRefValue​(String variable,
                              String schema,
                              String table)