Class HvlNotificationTemplateAuditQuery

java.lang.Object
com.querydsl.core.types.dsl.DslExpression<HvlNotificationTemplateAudit>
com.querydsl.core.types.dsl.SimpleExpression<HvlNotificationTemplateAudit>
com.querydsl.core.types.dsl.BeanPath<HvlNotificationTemplateAudit>
com.querydsl.core.types.dsl.EntityPathBase<HvlNotificationTemplateAudit>
tr.com.havelsan.javarch.notification.content.provider.entity.query.HvlNotificationTemplateAuditQuery
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<HvlNotificationTemplateAudit>, com.querydsl.core.types.Expression<HvlNotificationTemplateAudit>, com.querydsl.core.types.Path<HvlNotificationTemplateAudit>, Serializable

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

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.BooleanPath
     
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.EnumPath<HvlNotificationType>
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    HvlNotificationTemplateAuditQuery(com.querydsl.core.types.Path<? extends HvlNotificationTemplateAudit> path)
     
    HvlNotificationTemplateAuditQuery(com.querydsl.core.types.PathMetadata metadata)
     
     
  • 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

    • hvlNotificationTemplateAudit

      public static final HvlNotificationTemplateAuditQuery hvlNotificationTemplateAudit
    • code

      public final com.querydsl.core.types.dsl.StringPath code
    • description

      public final com.querydsl.core.types.dsl.StringPath description
    • enabled

      public final com.querydsl.core.types.dsl.BooleanPath enabled
    • id

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

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

      public final com.querydsl.core.types.dsl.NumberPath<Long> rev
    • type

      public final com.querydsl.core.types.dsl.EnumPath<HvlNotificationType> type
  • Constructor Details

    • HvlNotificationTemplateAuditQuery

      public HvlNotificationTemplateAuditQuery(String variable)
    • HvlNotificationTemplateAuditQuery

      public HvlNotificationTemplateAuditQuery(com.querydsl.core.types.Path<? extends HvlNotificationTemplateAudit> path)
    • HvlNotificationTemplateAuditQuery

      public HvlNotificationTemplateAuditQuery(com.querydsl.core.types.PathMetadata metadata)