org.springframework.data.crossstore
Interface ChangeSet
- All Known Implementing Classes:
- HashMapChangeSet
public interface ChangeSet
Interface representing the set of changes in an entity.
- Author:
- Rod Johnson, Thomas Risberg
get
<T> T get(String key,
Class<T> requiredClass,
org.springframework.core.convert.ConversionService cs)
set
void set(String key,
Object o)
getValues
Map<String,Object> getValues()
removeProperty
Object removeProperty(String k)
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.