Class AbstractTypedQuery<T,F extends AbstractTypedQuery<T,F>>
java.lang.Object
com.evolveum.midpoint.schema.query.AbstractTypedQuery<T,F>
- Direct Known Subclasses:
PreparedQuery,TypedQuery
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable ObjectPagingprotected voidfillFrom(AbstractTypedQuery<?, ?> other) orderBy(ItemPath path, OrderDirection direction) protected booleanprotected abstract Fself()
-
Field Details
-
type
-
-
Constructor Details
-
AbstractTypedQuery
-
-
Method Details
-
self
-
operationOptionsBuilder
-
getOffset
-
offset
-
getMaxSize
-
maxSize
-
orderBy
-
pagingRequired
protected boolean pagingRequired() -
buildObjectPaging
-
fillFrom
-