Class QAuditResource

    • 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
      • RESOURCE_OID

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

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

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

        public final com.querydsl.sql.PrimaryKey<MAuditResource> constraint84
      • auditResourceFk

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

      • QAuditResource

        public QAuditResource​(String variable)
      • QAuditResource

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