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 Summary
Modifier and TypeMethodDescriptioncom.querydsl.core.types.Predicate
allOwnedBy
(Q q, Collection<UUID> oidList) com.querydsl.core.types.Path<?>[]
fullObjectExpressions
(Q base) Class<? extends Item<? extends PrismValue,
?>> boolean
hasFullObject
(com.querydsl.core.Tuple row, Q path) com.querydsl.core.types.OrderSpecifier<?>
orderSpecifier
(Q q) toSchemaObjectEmbedded
(com.querydsl.core.Tuple row, Q base)
-
Method Details
-
allOwnedBy
-
getItemPath
ItemPath getItemPath() -
createAlias
Q createAlias() -
hasFullObject
-
getOwner
-
toSchemaObjectEmbedded
- Throws:
SchemaException
-
getPrismItemType
Class<? extends Item<? extends PrismValue,?>> getPrismItemType() -
tableName
String tableName() -
fullObjectExpressions
-
orderSpecifier
-