Class QFocusIdentity<OR extends MFocus>
- 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<R>
-
- com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer<MFocusIdentity,OR>
-
- com.evolveum.midpoint.repo.sqale.qmodel.focus.QFocusIdentity<OR>
-
- All Implemented Interfaces:
QOwnedBy<OR>
,com.querydsl.core.types.EntityPath<MFocusIdentity>
,com.querydsl.core.types.Expression<MFocusIdentity>
,com.querydsl.core.types.Path<MFocusIdentity>
,com.querydsl.core.types.ProjectionRole<MFocusIdentity>
,com.querydsl.sql.RelationalPath<MFocusIdentity>
,Serializable
public class QFocusIdentity<OR extends MFocus> extends QContainer<MFocusIdentity,OR>
Querydsl query type for "m_focus_identity" table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Class<QFocusIdentity<MFocus>>
CLASS
If `QFocusIdentity.class` is not enough because of generics, try `QFocusIdentity.CLASS`.static com.querydsl.sql.ColumnMetadata
FULL_OBJECT
com.querydsl.core.types.dsl.ArrayPath<byte[],Byte>
fullObject
static com.querydsl.sql.ColumnMetadata
SOURCE_RESOURCE_REF_TARGET_OID
UuidPath
sourceResourceRefTargetOid
static String
TABLE_NAME
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer
cid, CID, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid, pk
-
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME
-
-
Constructor Summary
Constructors Constructor Description QFocusIdentity(String variable)
QFocusIdentity(String variable, String schema, String table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.querydsl.core.types.dsl.BooleanExpression
isOwnedBy(OR ownerRow)
Returns predicate for where clause that matches only rows owned by the provided owner.-
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
-
CLASS
public static final Class<QFocusIdentity<MFocus>> CLASS
If `QFocusIdentity.class` is not enough because of generics, try `QFocusIdentity.CLASS`.
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
FULL_OBJECT
public static final com.querydsl.sql.ColumnMetadata FULL_OBJECT
-
SOURCE_RESOURCE_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata SOURCE_RESOURCE_REF_TARGET_OID
-
fullObject
public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> fullObject
-
sourceResourceRefTargetOid
public final UuidPath sourceResourceRefTargetOid
-
-
Method Detail
-
isOwnedBy
public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy(OR ownerRow)
Description copied from interface:QOwnedBy
Returns predicate for where clause that matches only rows owned by the provided owner. Owner row is immediate owner, so if the containers are nested, it is the owning container, not the top-level owning object.- Specified by:
isOwnedBy
in interfaceQOwnedBy<OR extends MFocus>
- Overrides:
isOwnedBy
in classQContainer<MFocusIdentity,OR extends MFocus>
-
-