Class QShadowPartitionRef
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<MShadowPartitionDef>
com.evolveum.midpoint.repo.sqale.qmodel.shadow.QShadowPartitionRef
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MShadowPartitionDef>
,com.querydsl.core.types.Expression<MShadowPartitionDef>
,com.querydsl.core.types.Path<MShadowPartitionDef>
,com.querydsl.core.types.ProjectionRole<MShadowPartitionDef>
,com.querydsl.sql.RelationalPath<MShadowPartitionDef>
,Serializable
Querydsl query type for "m_shadow_partition_def" table.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.BooleanPath
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
final com.querydsl.core.types.dsl.NumberPath<Integer>
final com.querydsl.core.types.dsl.BooleanPath
static final com.querydsl.sql.ColumnMetadata
static final com.querydsl.sql.ColumnMetadata
final UuidPath
final com.querydsl.core.types.dsl.StringPath
static final com.querydsl.sql.ColumnMetadata
static final String
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
ConstructorDescriptionQShadowPartitionRef
(String variable) QShadowPartitionRef
(String variable, String schema, String table) -
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:
-
OBJECT_CLASS_ID
public static final com.querydsl.sql.ColumnMetadata OBJECT_CLASS_ID -
RESOURCE_OID
public static final com.querydsl.sql.ColumnMetadata RESOURCE_OID -
PARTITION
public static final com.querydsl.sql.ColumnMetadata PARTITION -
ATTACHED
public static final com.querydsl.sql.ColumnMetadata ATTACHED -
TABLE
public static final com.querydsl.sql.ColumnMetadata TABLE -
objectClassId
-
resourceOid
-
partition
public final com.querydsl.core.types.dsl.BooleanPath partition -
attached
public final com.querydsl.core.types.dsl.BooleanPath attached -
table
public final com.querydsl.core.types.dsl.StringPath table
-
-
Constructor Details
-
QShadowPartitionRef
-
QShadowPartitionRef
-