Spring Data Commons

Uses of Interface
org.springframework.data.convert.EntityWriter

Packages that use EntityWriter
org.springframework.data.convert General purpose conversion framework to read objects from a data store abstraction and write it back. 
 

Uses of EntityWriter in org.springframework.data.convert
 

Subinterfaces of EntityWriter in org.springframework.data.convert
 interface EntityConverter<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>,T,S>
          Combined EntityReader and EntityWriter and add the ability to access a MappingContext and ConversionService.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.