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.