Interface QSeparatelySerializedItem<Q extends FlexibleRelationalPathBase<R>,R>

All Known Implementing Classes:
QAssignmentMapping, QContainerWithFullObjectMapping, QFocusIdentityMapping, QObjectReferenceFullObjectMapping, QOperationExecutionMapping

public interface QSeparatelySerializedItem<Q extends FlexibleRelationalPathBase<R>,R>
  • Method Details

    • allOwnedBy

      com.querydsl.core.types.Predicate allOwnedBy(Q q, Collection<UUID> oidList)
    • getItemPath

      ItemPath getItemPath()
    • createAlias

      Q createAlias()
    • hasFullObject

      boolean hasFullObject(com.querydsl.core.Tuple row, Q path)
    • getOwner

      UUID getOwner(com.querydsl.core.Tuple row, Q path)
    • toSchemaObjectEmbedded

      PrismValue toSchemaObjectEmbedded(com.querydsl.core.Tuple row, Q base) throws SchemaException
      Throws:
      SchemaException
    • getPrismItemType

      Class<? extends Item<? extends PrismValue,?>> getPrismItemType()
    • tableName

      String tableName()
    • fullObjectExpressions

      com.querydsl.core.types.Path<?>[] fullObjectExpressions(Q base)
    • orderSpecifier

      com.querydsl.core.types.OrderSpecifier<?> orderSpecifier(Q q)