Class HvlNotificationTemplateContentQuery

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<HvlNotificationTemplateContent>
tr.com.havelsan.javarch.notification.content.provider.entity.query.HvlNotificationTemplateContentQuery
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<HvlNotificationTemplateContent>, com.querydsl.core.types.Expression<HvlNotificationTemplateContent>, com.querydsl.core.types.Path<HvlNotificationTemplateContent>, Serializable

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

    Fields
    Modifier and Type
    Field
    Description
    final tr.com.havelsan.javarch.domain.model.entity.query.HvlLocalizedEntityQuery
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.EnumPath<HvlNotificationTemplateContentType>
     
     
    final com.querydsl.core.types.dsl.StringPath
     
    final tr.com.havelsan.javarch.domain.model.entity.query.HvlLocalizedIdQuery
     
    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
    HvlNotificationTemplateContentQuery(com.querydsl.core.types.Path<? extends HvlNotificationTemplateContent> path)
     
    HvlNotificationTemplateContentQuery(com.querydsl.core.types.PathMetadata metadata)
     
    HvlNotificationTemplateContentQuery(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    HvlNotificationTemplateContentQuery(Class<? extends HvlNotificationTemplateContent> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
     
  • 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

    • hvlNotificationTemplateContent

      public static final HvlNotificationTemplateContentQuery hvlNotificationTemplateContent
    • _super

      public final tr.com.havelsan.javarch.domain.model.entity.query.HvlLocalizedEntityQuery _super
    • content

      public final com.querydsl.core.types.dsl.StringPath content
    • contentType

      public final com.querydsl.core.types.dsl.EnumPath<HvlNotificationTemplateContentType> contentType
    • locale

      public final com.querydsl.core.types.dsl.StringPath locale
    • localizedId

      public final tr.com.havelsan.javarch.domain.model.entity.query.HvlLocalizedIdQuery localizedId
    • sender

      public final com.querydsl.core.types.dsl.StringPath sender
    • subject

      public final com.querydsl.core.types.dsl.StringPath subject
    • template

      public final HvlNotificationTemplateQuery template
  • Constructor Details

    • HvlNotificationTemplateContentQuery

      public HvlNotificationTemplateContentQuery(String variable)
    • HvlNotificationTemplateContentQuery

      public HvlNotificationTemplateContentQuery(com.querydsl.core.types.Path<? extends HvlNotificationTemplateContent> path)
    • HvlNotificationTemplateContentQuery

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

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

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