Class QResource
- 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.object.QObject<R>
-
- com.evolveum.midpoint.repo.sqale.qmodel.object.QAssignmentHolder<MResource>
-
- com.evolveum.midpoint.repo.sqale.qmodel.resource.QResource
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MResource>
,com.querydsl.core.types.Expression<MResource>
,com.querydsl.core.types.Path<MResource>
,com.querydsl.core.types.ProjectionRole<MResource>
,com.querydsl.sql.RelationalPath<MResource>
,Serializable
public class QResource extends QAssignmentHolder<MResource>
Querydsl query type for "m_resource" table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static com.querydsl.sql.ColumnMetadata
ABSTRACT
com.querydsl.core.types.dsl.BooleanPath
abstractValue
static com.querydsl.sql.ColumnMetadata
ADMINISTRATIVE_OPERATIONAL_STATE_ADMINISTRATIVE_AVAILABILITY_STATUS
com.querydsl.core.types.dsl.EnumPath<AdministrativeAvailabilityStatusType>
administrativeOperationalStateAdministrativeAvailabilityStatus
static com.querydsl.sql.ColumnMetadata
BUSINESS_ADMINISTRATIVE_STATE
com.querydsl.core.types.dsl.EnumPath<ResourceAdministrativeStateType>
businessAdministrativeState
static com.querydsl.sql.ColumnMetadata
CONNECTOR_REF_RELATION_ID
static com.querydsl.sql.ColumnMetadata
CONNECTOR_REF_TARGET_OID
static com.querydsl.sql.ColumnMetadata
CONNECTOR_REF_TARGET_TYPE
com.querydsl.core.types.dsl.NumberPath<Integer>
connectorRefRelationId
UuidPath
connectorRefTargetOid
com.querydsl.core.types.dsl.EnumPath<MObjectType>
connectorRefTargetType
static com.querydsl.sql.ColumnMetadata
OPERATIONAL_STATE_LAST_AVAILABILITY_STATUS
com.querydsl.core.types.dsl.EnumPath<AvailabilityStatusType>
operationalStateLastAvailabilityStatus
static String
TABLE_NAME
com.querydsl.core.types.dsl.BooleanPath
template
static com.querydsl.sql.ColumnMetadata
TEMPLATE
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.QAssignmentHolder
CLASS
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.QObject
CID_SEQ, containerIdSeq, CREATE_CHANNEL_ID, CREATE_TIMESTAMP, createChannelId, createChannelIdFk, createTimestamp, CREATOR_REF_RELATION_ID, CREATOR_REF_TARGET_OID, CREATOR_REF_TARGET_TYPE, creatorRefRelationId, creatorRefRelationIdFk, creatorRefTargetOid, creatorRefTargetType, ext, EXT, FULL_OBJECT, FULL_TEXT_INFO, fullObject, fullTextInfo, LIFECYCLE_STATE, lifecycleState, MODIFIER_REF_RELATION_ID, MODIFIER_REF_TARGET_OID, MODIFIER_REF_TARGET_TYPE, modifierRefRelationId, modifierRefRelationIdFk, modifierRefTargetOid, modifierRefTargetType, MODIFY_CHANNEL_ID, MODIFY_TIMESTAMP, modifyChannelId, modifyChannelIdFk, modifyTimestamp, NAME_NORM, NAME_ORIG, nameNorm, nameOrig, OBJECT_TYPE, objectType, oid, OID, pk, POLICY_SITUATIONS, policySituations, subtypes, SUBTYPES, TENANT_REF_RELATION_ID, TENANT_REF_TARGET_OID, TENANT_REF_TARGET_TYPE, tenantRefRelationId, tenantRefRelationIdFk, tenantRefTargetOid, tenantRefTargetType, version, VERSION
-
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
-
BUSINESS_ADMINISTRATIVE_STATE
public static final com.querydsl.sql.ColumnMetadata BUSINESS_ADMINISTRATIVE_STATE
-
ADMINISTRATIVE_OPERATIONAL_STATE_ADMINISTRATIVE_AVAILABILITY_STATUS
public static final com.querydsl.sql.ColumnMetadata ADMINISTRATIVE_OPERATIONAL_STATE_ADMINISTRATIVE_AVAILABILITY_STATUS
-
OPERATIONAL_STATE_LAST_AVAILABILITY_STATUS
public static final com.querydsl.sql.ColumnMetadata OPERATIONAL_STATE_LAST_AVAILABILITY_STATUS
-
CONNECTOR_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_REF_TARGET_OID
-
CONNECTOR_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_REF_TARGET_TYPE
-
CONNECTOR_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata CONNECTOR_REF_RELATION_ID
-
TEMPLATE
public static final com.querydsl.sql.ColumnMetadata TEMPLATE
-
ABSTRACT
public static final com.querydsl.sql.ColumnMetadata ABSTRACT
-
businessAdministrativeState
public final com.querydsl.core.types.dsl.EnumPath<ResourceAdministrativeStateType> businessAdministrativeState
-
administrativeOperationalStateAdministrativeAvailabilityStatus
public final com.querydsl.core.types.dsl.EnumPath<AdministrativeAvailabilityStatusType> administrativeOperationalStateAdministrativeAvailabilityStatus
-
operationalStateLastAvailabilityStatus
public final com.querydsl.core.types.dsl.EnumPath<AvailabilityStatusType> operationalStateLastAvailabilityStatus
-
connectorRefTargetOid
public final UuidPath connectorRefTargetOid
-
connectorRefTargetType
public final com.querydsl.core.types.dsl.EnumPath<MObjectType> connectorRefTargetType
-
connectorRefRelationId
public final com.querydsl.core.types.dsl.NumberPath<Integer> connectorRefRelationId
-
template
public final com.querydsl.core.types.dsl.BooleanPath template
-
abstractValue
public final com.querydsl.core.types.dsl.BooleanPath abstractValue
-
-