Spring Data Core

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

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

Uses of EntityReader in org.springframework.data.convert
 

Subinterfaces of EntityReader 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 Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.