Class QShadow

    • Field Detail

      • OBJECT_CLASS_ID

        public static final com.querydsl.sql.ColumnMetadata OBJECT_CLASS_ID
      • RESOURCE_REF_TARGET_OID

        public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_TARGET_OID
      • RESOURCE_REF_TARGET_TYPE

        public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_TARGET_TYPE
      • RESOURCE_REF_RELATION_ID

        public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_RELATION_ID
      • INTENT

        public static final com.querydsl.sql.ColumnMetadata INTENT
      • TAG

        public static final com.querydsl.sql.ColumnMetadata TAG
      • KIND

        public static final com.querydsl.sql.ColumnMetadata KIND
      • DEAD

        public static final com.querydsl.sql.ColumnMetadata DEAD
      • EXIST

        public static final com.querydsl.sql.ColumnMetadata EXIST
      • FULL_SYNCHRONIZATION_TIMESTAMP

        public static final com.querydsl.sql.ColumnMetadata FULL_SYNCHRONIZATION_TIMESTAMP
      • PENDING_OPERATION_COUNT

        public static final com.querydsl.sql.ColumnMetadata PENDING_OPERATION_COUNT
      • PRIMARY_IDENTIFIER_VALUE

        public static final com.querydsl.sql.ColumnMetadata PRIMARY_IDENTIFIER_VALUE
      • SYNCHRONIZATION_SITUATION

        public static final com.querydsl.sql.ColumnMetadata SYNCHRONIZATION_SITUATION
      • SYNCHRONIZATION_TIMESTAMP

        public static final com.querydsl.sql.ColumnMetadata SYNCHRONIZATION_TIMESTAMP
      • ATTRIBUTES

        public static final com.querydsl.sql.ColumnMetadata ATTRIBUTES
      • objectClassId

        public final com.querydsl.core.types.dsl.NumberPath<Integer> objectClassId
      • resourceRefTargetOid

        public final UuidPath resourceRefTargetOid
      • resourceRefTargetType

        public final com.querydsl.core.types.dsl.EnumPath<MObjectType> resourceRefTargetType
      • resourceRefRelationId

        public final com.querydsl.core.types.dsl.NumberPath<Integer> resourceRefRelationId
      • intent

        public final com.querydsl.core.types.dsl.StringPath intent
      • tag

        public final com.querydsl.core.types.dsl.StringPath tag
      • kind

        public final com.querydsl.core.types.dsl.EnumPath<ShadowKindType> kind
      • dead

        public final com.querydsl.core.types.dsl.BooleanPath dead
      • exist

        public final com.querydsl.core.types.dsl.BooleanPath exist
      • fullSynchronizationTimestamp

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> fullSynchronizationTimestamp
      • pendingOperationCount

        public final com.querydsl.core.types.dsl.NumberPath<Integer> pendingOperationCount
      • primaryIdentifierValue

        public final com.querydsl.core.types.dsl.StringPath primaryIdentifierValue
      • synchronizationTimestamp

        public final com.querydsl.core.types.dsl.DateTimePath<Instant> synchronizationTimestamp
      • attributes

        public final JsonbPath attributes
    • Constructor Detail

      • QShadow

        public QShadow​(String variable)