Class QAudit

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.core.types.dsl.EntityPathBase<Audit>
com.eurodyn.qlack.fuse.audit.model.QAudit
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Audit>, com.querydsl.core.types.Expression<Audit>, com.querydsl.core.types.Path<Audit>, Serializable

@Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QAudit extends com.querydsl.core.types.dsl.EntityPathBase<Audit>
QAudit is a Querydsl query type for Audit
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    static final QAudit
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QAudit(com.querydsl.core.types.Path<? extends Audit> path)
     
    QAudit(com.querydsl.core.types.PathMetadata metadata)
     
    QAudit(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QAudit(Class<? extends Audit> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QAudit(String variable)
     
  • Method Summary

    Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase

    getMetadata

    Methods inherited from class com.querydsl.core.types.dsl.BeanPath

    accept, add, 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, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, 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

    • audit

      public static final QAudit audit
    • _super

      public final QQlackBaseModel _super
    • correlationId

      public final com.querydsl.core.types.dsl.StringPath correlationId
    • createdOn

      public final com.querydsl.core.types.dsl.NumberPath<Long> createdOn
    • event

      public final com.querydsl.core.types.dsl.StringPath event
    • groupName

      public final com.querydsl.core.types.dsl.StringPath groupName
    • id

      public final com.querydsl.core.types.dsl.StringPath id
    • levelId

      public final QAuditLevel levelId
    • opt1

      public final com.querydsl.core.types.dsl.StringPath opt1
    • opt2

      public final com.querydsl.core.types.dsl.StringPath opt2
    • opt3

      public final com.querydsl.core.types.dsl.StringPath opt3
    • prinSessionId

      public final com.querydsl.core.types.dsl.StringPath prinSessionId
    • referenceId

      public final com.querydsl.core.types.dsl.StringPath referenceId
    • shortDescription

      public final com.querydsl.core.types.dsl.StringPath shortDescription
    • trace

      public final QAuditTrace trace
  • Constructor Details

    • QAudit

      public QAudit(String variable)
    • QAudit

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

      public QAudit(com.querydsl.core.types.PathMetadata metadata)
    • QAudit

      public QAudit(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
    • QAudit

      public QAudit(Class<? extends Audit> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)