Spring Data Core

org.springframework.data.convert
Interface EntityWriter<T,S>

Type Parameters:
T - the entity type the converter can handle
S - the store specific sink the converter is able to write to
All Known Subinterfaces:
EntityConverter<E,P,T,S>

public interface EntityWriter<T,S>

Interface to write objects into store specific sinks.

Author:
Oliver Gierke

Method Summary
 void write(T source, S sink)
           
 

Method Detail

write

void write(T source,
           S sink)

Spring Data Core

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