Class QExtItem
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.sql.RelationalPathBase<R>
com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase<MExtItem>
com.evolveum.midpoint.repo.sqale.qmodel.ext.QExtItem
- All Implemented Interfaces:
- com.querydsl.core.types.EntityPath<MExtItem>,- com.querydsl.core.types.Expression<MExtItem>,- com.querydsl.core.types.Path<MExtItem>,- com.querydsl.core.types.ProjectionRole<MExtItem>,- com.querydsl.sql.RelationalPath<MExtItem>,- Serializable
Querydsl query type for "m_ext_item" table with the catalog of indexed extension items.
 This entity is not registered to any schema type so it doesn't have related mapping class.
 Use 
DEFAULT for default alias directly.- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.EnumPath<MExtItemCardinality>static final com.querydsl.sql.ColumnMetadatastatic final QExtItemstatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.EnumPath<MExtItemHolderType>final com.querydsl.core.types.dsl.NumberPath<Integer>static final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.sql.PrimaryKey<MExtItem>static final Stringstatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.StringPathFields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBaseDEFAULT_SCHEMA_NAMEFields inherited from class com.querydsl.core.types.dsl.DslExpressionhashCode, mixin
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBaseaddMetadata, createArray, createBoolean, createByteArray, createDateTime, createEnum, createInstant, createInteger, createLong, createNumber, createString, createUuid, getPathMethods inherited from class com.querydsl.sql.RelationalPathBaseadd, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, neMethods inherited from class com.querydsl.core.types.dsl.BeanPathaccept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyMethods inherited from class com.querydsl.core.types.dsl.SimpleExpressionas, as, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpressionequals, getType, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expressionaccept, getTypeMethods inherited from interface com.querydsl.core.types.PathgetAnnotatedElement, getMetadata, getRoot
- 
Field Details- 
TABLE_NAME- See Also:
 
- 
DEFAULT
- 
IDpublic static final com.querydsl.sql.ColumnMetadata ID
- 
ITEM_NAMEpublic static final com.querydsl.sql.ColumnMetadata ITEM_NAME
- 
VALUE_TYPEpublic static final com.querydsl.sql.ColumnMetadata VALUE_TYPE
- 
HOLDER_TYPEpublic static final com.querydsl.sql.ColumnMetadata HOLDER_TYPE
- 
CARDINALITYpublic static final com.querydsl.sql.ColumnMetadata CARDINALITY
- 
id
- 
itemNamepublic final com.querydsl.core.types.dsl.StringPath itemName
- 
valueTypepublic final com.querydsl.core.types.dsl.StringPath valueType
- 
holderType
- 
cardinality
- 
pk
 
- 
- 
Constructor Details- 
QExtItem
- 
QExtItem
 
-