Uses of Enum Class
org.springframework.data.domain.ExampleMatcher.NullHandler
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.Core support classes.
-
Uses of ExampleMatcher.NullHandler in org.springframework.data.domain
Modifier and TypeMethodDescriptionExampleMatcher.getNullHandler()
Get defined null handling.static ExampleMatcher.NullHandler
Returns the enum constant of this class with the specified name.static ExampleMatcher.NullHandler[]
ExampleMatcher.NullHandler.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionExampleMatcher.withNullHandler
(ExampleMatcher.NullHandler nullHandler) Returns a copy of thisExampleMatcher
with the specifiednullHandler
. -
Uses of ExampleMatcher.NullHandler in org.springframework.data.support
Modifier and TypeMethodDescriptionExampleMatcherAccessor.getNullHandler()
Get defined null handling.