Package org.springframework.data.support
@NonNullApi
package org.springframework.data.support
Core support classes.
-
ClassDescriptionAccessor for the
ExampleMatcher
to use in modules that support query by example (QBE) querying.Strategy interface to determine whether a given entity is to be considered new.Support for query execution usingPageable
.IsNewStrategy
that invokesPersistable.isNew()
on the given object.AnIterator
over multipleWindows
obtained via awindow function
, that keeps track of the currentScrollPosition
allowing scrolling across all result elements.Builder API to construct aWindowIterator
.