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
Subclasses with type arguments of type ExampleMatcher.NullHandler in org.springframework.data.domainModifier and TypeClassDescriptionstatic enumNull handling for creating criterion out of anExample.Methods in org.springframework.data.domain that return ExampleMatcher.NullHandlerModifier and TypeMethodDescriptionExampleMatcher.getNullHandler()Get the defined null handling.static ExampleMatcher.NullHandlerReturns 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 thisExampleMatcherwith 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.