Class QPaymentOptionEntity

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<PaymentOptionEntity>
com.skava.payment.model.entity.paymentoption.QPaymentOptionEntity
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<PaymentOptionEntity>, com.querydsl.core.types.Expression<PaymentOptionEntity>, com.querydsl.core.types.Path<PaymentOptionEntity>, Serializable

@Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QPaymentOptionEntity extends com.querydsl.core.types.dsl.EntityPathBase<PaymentOptionEntity>
QPaymentOptionEntity is a Querydsl query type for PaymentOptionEntity
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.StringPath
     
    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.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.BooleanPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.ListPath<PaymentOptionPropertyEntity,QPaymentOptionPropertyEntity>
     
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.BooleanPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.BooleanPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QPaymentOptionEntity(com.querydsl.core.types.Path<? extends PaymentOptionEntity> path)
     
    QPaymentOptionEntity(com.querydsl.core.types.PathMetadata metadata)
     
    QPaymentOptionEntity(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
     
    QPaymentOptionEntity(Class<? extends PaymentOptionEntity> 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

    • paymentOptionEntity

      public static final QPaymentOptionEntity paymentOptionEntity
    • appId

      public final com.querydsl.core.types.dsl.StringPath appId
    • appImage

      public final com.querydsl.core.types.dsl.StringPath appImage
    • appName

      public final com.querydsl.core.types.dsl.StringPath appName
    • appVersion

      public final com.querydsl.core.types.dsl.StringPath appVersion
    • collectionId

      public final com.querydsl.core.types.dsl.NumberPath<Long> collectionId
    • createdBy

      public final com.querydsl.core.types.dsl.StringPath createdBy
    • createdDate

      public final com.querydsl.core.types.dsl.DateTimePath<Date> createdDate
    • creditCustomers

      public final com.querydsl.core.types.dsl.BooleanPath creditCustomers
    • marketplaceAppInstallId

      public final com.querydsl.core.types.dsl.NumberPath<Long> marketplaceAppInstallId
    • paymentOptionId

      public final com.querydsl.core.types.dsl.NumberPath<Integer> paymentOptionId
    • paymentOptionPropertyEntity

      public final com.querydsl.core.types.dsl.ListPath<PaymentOptionPropertyEntity,QPaymentOptionPropertyEntity> paymentOptionPropertyEntity
    • paymentOptionRuleEntity

      public final QPaymentOptionRuleEntity paymentOptionRuleEntity
    • paymentPeriodEnd

      public final com.querydsl.core.types.dsl.DateTimePath<Date> paymentPeriodEnd
    • paymentPeriodStart

      public final com.querydsl.core.types.dsl.DateTimePath<Date> paymentPeriodStart
    • processType

      public final com.querydsl.core.types.dsl.StringPath processType
    • recurrentPayment

      public final com.querydsl.core.types.dsl.BooleanPath recurrentPayment
    • source

      public final com.querydsl.core.types.dsl.StringPath source
    • status

      public final com.querydsl.core.types.dsl.BooleanPath status
    • updatedBy

      public final com.querydsl.core.types.dsl.StringPath updatedBy
    • updatedDate

      public final com.querydsl.core.types.dsl.DateTimePath<Date> updatedDate
  • Constructor Details

    • QPaymentOptionEntity

      public QPaymentOptionEntity(String variable)
    • QPaymentOptionEntity

      public QPaymentOptionEntity(com.querydsl.core.types.Path<? extends PaymentOptionEntity> path)
    • QPaymentOptionEntity

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

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

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