Uses of Enum Class
org.springframework.data.domain.ExampleMatcher.NullHandler
Packages that use 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
Methods in org.springframework.data.domain that return ExampleMatcher.NullHandlerModifier 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.Methods in org.springframework.data.domain with parameters of type ExampleMatcher.NullHandlerModifier and TypeMethodDescriptionExampleMatcher.withNullHandler
(ExampleMatcher.NullHandler nullHandler) Returns a copy of thisExampleMatcher
with the specifiednullHandler
. -
Uses of ExampleMatcher.NullHandler in org.springframework.data.support
Methods in org.springframework.data.support that return ExampleMatcher.NullHandlerModifier and TypeMethodDescriptionExampleMatcherAccessor.getNullHandler()
Get defined null handling.