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 Summary
FieldsModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.EnumPath<MExtItemCardinality>
static final com.querydsl.sql.ColumnMetadata
static final QExtItem
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.EnumPath<MExtItemHolderType>
final com.querydsl.core.types.dsl.NumberPath<Integer>
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.StringPath
final com.querydsl.sql.PrimaryKey<MExtItem>
static final String
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.StringPath
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
addMetadata, createArray, createBoolean, createByteArray, createDateTime, createEnum, createInstant, createInteger, createLong, createNumber, createString, createUuid, getPath
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 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
-
TABLE_NAME
- See Also:
-
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
-
itemName
public final com.querydsl.core.types.dsl.StringPath itemName -
valueType
public final com.querydsl.core.types.dsl.StringPath valueType -
holderType
-
cardinality
-
pk
-
-
Constructor Details
-
QExtItem
-
QExtItem
-