Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
Modifier and Type | Method and Description |
---|---|
default void |
PersistentEntity.doWithAll(PropertyHandler<P> handler)
Applies the given
PropertyHandler to both all PersistentProperty s as well as all inverse properties
of all Association s. |
void |
PersistentEntity.doWithProperties(PropertyHandler<P> handler)
|
Modifier and Type | Method and Description |
---|---|
void |
BasicPersistentEntity.doWithProperties(PropertyHandler<P> handler) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.