Class QAuditDelta

    • 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

      • RECORD_ID

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

        public static final com.querydsl.sql.ColumnMetadata CHECKSUM
      • DELTA

        public static final com.querydsl.sql.ColumnMetadata DELTA
      • DELTA_OID

        public static final com.querydsl.sql.ColumnMetadata DELTA_OID
      • DELTA_TYPE

        public static final com.querydsl.sql.ColumnMetadata DELTA_TYPE
      • FULL_RESULT

        public static final com.querydsl.sql.ColumnMetadata FULL_RESULT
      • OBJECT_NAME_NORM

        public static final com.querydsl.sql.ColumnMetadata OBJECT_NAME_NORM
      • OBJECT_NAME_ORIG

        public static final com.querydsl.sql.ColumnMetadata OBJECT_NAME_ORIG
      • RESOURCE_NAME_NORM

        public static final com.querydsl.sql.ColumnMetadata RESOURCE_NAME_NORM
      • RESOURCE_NAME_ORIG

        public static final com.querydsl.sql.ColumnMetadata RESOURCE_NAME_ORIG
      • RESOURCE_OID

        public static final com.querydsl.sql.ColumnMetadata RESOURCE_OID
      • STATUS

        public static final com.querydsl.sql.ColumnMetadata STATUS
      • recordId

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

        public final com.querydsl.core.types.dsl.StringPath checksum
      • delta

        public final com.querydsl.core.types.dsl.ArrayPath<byte[],​Byte> delta
      • deltaOid

        public final com.querydsl.core.types.dsl.StringPath deltaOid
      • deltaType

        public final com.querydsl.core.types.dsl.NumberPath<Integer> deltaType
      • fullResult

        public final com.querydsl.core.types.dsl.ArrayPath<byte[],​Byte> fullResult
      • objectNameNorm

        public final com.querydsl.core.types.dsl.StringPath objectNameNorm
      • objectNameOrig

        public final com.querydsl.core.types.dsl.StringPath objectNameOrig
      • resourceNameNorm

        public final com.querydsl.core.types.dsl.StringPath resourceNameNorm
      • resourceNameOrig

        public final com.querydsl.core.types.dsl.StringPath resourceNameOrig
      • resourceOid

        public final com.querydsl.core.types.dsl.StringPath resourceOid
      • status

        public final com.querydsl.core.types.dsl.NumberPath<Integer> status
      • constraint85

        public final com.querydsl.sql.PrimaryKey<MAuditDelta> constraint85
      • auditDeltaFk

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

      • QAuditDelta

        public QAuditDelta​(String variable)