Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
Modifier and Type | Method and Description |
---|---|
AccessOptions.SetOptions.SetNulls |
AccessOptions.SetOptions.getNullHandling() |
AccessOptions.SetOptions.SetNulls |
AccessOptions.GetOptions.GetNulls.toNullHandling() |
static AccessOptions.SetOptions.SetNulls |
AccessOptions.SetOptions.SetNulls.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessOptions.SetOptions.SetNulls[] |
AccessOptions.SetOptions.SetNulls.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.withNullHandling(AccessOptions.SetOptions.SetNulls nullHandling) |
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.