Uses of Interface
org.springframework.data.convert.EntityWriter
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of EntityWriter in org.springframework.data.convert
Modifier and TypeInterfaceDescriptioninterface
EntityConverter<E extends PersistentEntity<?,
P>, P extends PersistentProperty<P>, T, S> CombinedEntityReader
andEntityWriter
and add the ability to access aMappingContext
andConversionService
.