Package | Description |
---|---|
org.springframework.data.domain |
Central domain abstractions especially to be used in combination with the
Repository abstraction. |
org.springframework.data.support |
Core support classes.
|
Modifier and Type | Method and Description |
---|---|
ExampleMatcher.NullHandler |
ExampleMatcher.getNullHandler()
Get defined null handling.
|
static ExampleMatcher.NullHandler |
ExampleMatcher.NullHandler.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExampleMatcher.NullHandler[] |
ExampleMatcher.NullHandler.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExampleMatcher |
ExampleMatcher.withNullHandler(ExampleMatcher.NullHandler nullHandler)
Returns a copy of this
ExampleMatcher with the specified nullHandler . |
Modifier and Type | Method and Description |
---|---|
ExampleMatcher.NullHandler |
ExampleMatcherAccessor.getNullHandler()
Get defined null handling.
|
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.