Class QExtItem

    • Method Summary

      • Methods inherited from class com.querydsl.sql.RelationalPathBase

        add, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, ne
      • Methods inherited from class com.querydsl.core.types.dsl.BeanPath

        accept, 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, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, 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 interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.types.Path

        getAnnotatedElement, getMetadata, getRoot
    • Field Detail

      • DEFAULT

        public static final QExtItem DEFAULT
      • ID

        public static final com.querydsl.sql.ColumnMetadata ID
      • ITEM_NAME

        public static final com.querydsl.sql.ColumnMetadata ITEM_NAME
      • VALUE_TYPE

        public static final com.querydsl.sql.ColumnMetadata VALUE_TYPE
      • HOLDER_TYPE

        public static final com.querydsl.sql.ColumnMetadata HOLDER_TYPE
      • CARDINALITY

        public static final com.querydsl.sql.ColumnMetadata CARDINALITY
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Integer> id
      • itemName

        public final com.querydsl.core.types.dsl.StringPath itemName
      • valueType

        public final com.querydsl.core.types.dsl.StringPath valueType
      • holderType

        public final com.querydsl.core.types.dsl.EnumPath<MExtItemHolderType> holderType
      • cardinality

        public final com.querydsl.core.types.dsl.EnumPath<MExtItemCardinality> cardinality
      • pk

        public final com.querydsl.sql.PrimaryKey<MExtItem> pk
    • Constructor Detail

      • QExtItem

        public QExtItem​(String variable)