Class QJPAESProductEntity

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<JPAESProductEntity>
com.premiumminds.billy.spain.persistence.entities.jpa.QJPAESProductEntity
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<JPAESProductEntity>, com.querydsl.core.types.Expression<JPAESProductEntity>, com.querydsl.core.types.Path<JPAESProductEntity>, Serializable

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

    Fields
    Modifier and Type
    Field
    Description
     
    final com.querydsl.core.types.dsl.BooleanPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Integer>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    static final QJPAESProductEntity
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.ListPath<JPATaxEntity,QJPATaxEntity>
     
    final com.querydsl.core.types.dsl.EnumPath<com.premiumminds.billy.core.services.entities.Product.ProductType>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.StringPath
     

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

    hashCode, mixin
  • Constructor Summary

    Constructors
    Constructor
    Description
    QJPAESProductEntity(com.querydsl.core.types.Path<? extends JPAESProductEntity> path)
     
    QJPAESProductEntity(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

    • jPAESProductEntity

      public static final QJPAESProductEntity jPAESProductEntity
    • _super

      public final QJPAProductEntity _super
    • active

      public final com.querydsl.core.types.dsl.BooleanPath active
    • commodityCode

      public final com.querydsl.core.types.dsl.StringPath commodityCode
    • createTimestamp

      public final com.querydsl.core.types.dsl.DateTimePath<Date> createTimestamp
    • description

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

      public final com.querydsl.core.types.dsl.NumberPath<Integer> entityVersion
    • group

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

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

      public final com.querydsl.core.types.dsl.StringPath numberCode
    • productCode

      public final com.querydsl.core.types.dsl.StringPath productCode
    • taxes

      public final com.querydsl.core.types.dsl.ListPath<JPATaxEntity,QJPATaxEntity> taxes
    • type

      public final com.querydsl.core.types.dsl.EnumPath<com.premiumminds.billy.core.services.entities.Product.ProductType> type
    • uid

      public final com.querydsl.core.types.dsl.StringPath uid
    • unitOfMeasure

      public final com.querydsl.core.types.dsl.StringPath unitOfMeasure
    • updateTimestamp

      public final com.querydsl.core.types.dsl.DateTimePath<Date> updateTimestamp
    • valuationMethod

      public final com.querydsl.core.types.dsl.StringPath valuationMethod
  • Constructor Details

    • QJPAESProductEntity

      public QJPAESProductEntity(String variable)
    • QJPAESProductEntity

      public QJPAESProductEntity(com.querydsl.core.types.Path<? extends JPAESProductEntity> path)
    • QJPAESProductEntity

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