Class QAuditRefValue

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
com.querydsl.sql.RelationalPathBase<R>
com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase<MAuditRefValue>
com.evolveum.midpoint.repo.sqale.audit.qmodel.QAuditRefValue
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MAuditRefValue>, com.querydsl.core.types.Expression<MAuditRefValue>, com.querydsl.core.types.Path<MAuditRefValue>, com.querydsl.core.types.ProjectionRole<MAuditRefValue>, com.querydsl.sql.RelationalPath<MAuditRefValue>, Serializable

public class QAuditRefValue extends FlexibleRelationalPathBase<MAuditRefValue>
Querydsl query type for `MA_AUDIT_REF` table.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    static final com.querydsl.sql.ColumnMetadata
     
    final com.querydsl.core.types.dsl.StringPath
     
    static final com.querydsl.sql.ColumnMetadata
     
    static final com.querydsl.sql.ColumnMetadata
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    static final String
     
    static final com.querydsl.sql.ColumnMetadata
     
    static final com.querydsl.sql.ColumnMetadata
     
    static final com.querydsl.sql.ColumnMetadata
     
    static final com.querydsl.sql.ColumnMetadata
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final UuidPath
     
    final com.querydsl.core.types.dsl.EnumPath<MObjectType>
     
    final com.querydsl.core.types.dsl.DateTimePath<Instant>
     
    static final com.querydsl.sql.ColumnMetadata
     

    Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase

    DEFAULT_SCHEMA_NAME

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    QAuditRefValue(String variable, String schema, String table)
     
  • 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 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

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • ID

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

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

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

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

      public static final com.querydsl.sql.ColumnMetadata TARGET_OID
    • TARGET_TYPE

      public static final com.querydsl.sql.ColumnMetadata TARGET_TYPE
    • 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
    • id

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

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

      public final com.querydsl.core.types.dsl.DateTimePath<Instant> timestamp
    • name

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

      public final UuidPath targetOid
    • targetNameNorm

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

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

      public final com.querydsl.core.types.dsl.EnumPath<MObjectType> targetType
  • Constructor Details

    • QAuditRefValue

      public QAuditRefValue(String variable)
    • QAuditRefValue

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