Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
Modifier and Type | Method and Description |
---|---|
static AccessOptions.SetOptions.Propagation |
AccessOptions.SetOptions.Propagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessOptions.SetOptions.Propagation[] |
AccessOptions.SetOptions.Propagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessOptions.SetOptions |
AccessOptions.SetOptions.withCollectionAndMapPropagation(AccessOptions.SetOptions.Propagation propagation)
Shortcut to configure the same
AccessOptions.SetOptions.Propagation for both collection and map property path segments. |
AccessOptions.SetOptions |
AccessOptions.SetOptions.withCollectionPropagation(AccessOptions.SetOptions.Propagation collectionPropagation) |
AccessOptions.SetOptions |
AccessOptions.SetOptions.withMapPropagation(AccessOptions.SetOptions.Propagation mapPropagation) |
Constructor and Description |
---|
SetOptions(AccessOptions.SetOptions.SetNulls nullHandling,
AccessOptions.SetOptions.Propagation collectionPropagation,
AccessOptions.SetOptions.Propagation mapPropagation) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.