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
public class QExtItem extends FlexibleRelationalPathBase<MExtItem>
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. UseDEFAULT
for default alias directly.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<MExtItemCardinality>
cardinality
static com.querydsl.sql.ColumnMetadata
CARDINALITY
static QExtItem
DEFAULT
static com.querydsl.sql.ColumnMetadata
HOLDER_TYPE
com.querydsl.core.types.dsl.EnumPath<MExtItemHolderType>
holderType
com.querydsl.core.types.dsl.NumberPath<Integer>
id
static com.querydsl.sql.ColumnMetadata
ID
static com.querydsl.sql.ColumnMetadata
ITEM_NAME
com.querydsl.core.types.dsl.StringPath
itemName
com.querydsl.sql.PrimaryKey<MExtItem>
pk
static String
TABLE_NAME
static com.querydsl.sql.ColumnMetadata
VALUE_TYPE
com.querydsl.core.types.dsl.StringPath
valueType
-
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME
-
-
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
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
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
-
-