Class QAttributeEntity

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<AttributeEntity>
com.skava.entities.QAttributeEntity
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AttributeEntity>, com.querydsl.core.types.Expression<AttributeEntity>, com.querydsl.core.types.Path<AttributeEntity>, Serializable

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

    Fields
    Modifier and Type
    Field
    Description
    final com.querydsl.core.types.dsl.StringPath
     
    static final QAttributeEntity
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.EnumPath<AttributeFieldType>
     
    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.BooleanPath
     
    final com.querydsl.core.types.dsl.NumberPath<Float>
     
    final com.querydsl.core.types.dsl.EnumPath<AttributeStatus>
     
    final com.querydsl.core.types.dsl.EnumPath<AttributeType>
     
    final com.querydsl.core.types.dsl.NumberPath<Long>
     
    final com.querydsl.core.types.dsl.DateTimePath<Date>
     
    final com.querydsl.core.types.dsl.StringPath
     
    final com.querydsl.core.types.dsl.BooleanPath
     

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

    hashCode, mixin
  • Constructor Summary

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

    • attribute

      public static final QAttributeEntity attribute
    • alternateNames

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

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

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

      public final com.querydsl.core.types.dsl.DateTimePath<Date> createdTime
    • defaultValue

      public final com.querydsl.core.types.dsl.StringPath defaultValue
    • fieldtype

      public final com.querydsl.core.types.dsl.EnumPath<AttributeFieldType> fieldtype
    • groupIds

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

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

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

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

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

      public final com.querydsl.core.types.dsl.StringPath properties
    • required

      public final com.querydsl.core.types.dsl.BooleanPath required
    • sequence

      public final com.querydsl.core.types.dsl.NumberPath<Float> sequence
    • status

      public final com.querydsl.core.types.dsl.EnumPath<AttributeStatus> status
    • type

      public final com.querydsl.core.types.dsl.EnumPath<AttributeType> type
    • updatedBy

      public final com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
    • updatedTime

      public final com.querydsl.core.types.dsl.DateTimePath<Date> updatedTime
    • validation

      public final com.querydsl.core.types.dsl.StringPath validation
    • visibleToBuyer

      public final com.querydsl.core.types.dsl.BooleanPath visibleToBuyer
  • Constructor Details

    • QAttributeEntity

      public QAttributeEntity(String variable)
    • QAttributeEntity

      public QAttributeEntity(com.querydsl.core.types.Path<? extends AttributeEntity> path)
    • QAttributeEntity

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