| Package | Description |
|---|---|
| org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
| Class and Description |
|---|
| EntityInstantiator
SPI to abstract strategies to create instances for
PersistentEntitys. |
| EntityReader
Interface to read object from store specific sources.
|
| EntityWriter
Interface to write objects into store specific sinks.
|
| JodaTimeConverters.DateMidnightToDateConverter |
| JodaTimeConverters.DateTimeToDateConverter |
| JodaTimeConverters.DateToDateMidnightConverter |
| JodaTimeConverters.DateToDateTimeConverter |
| JodaTimeConverters.DateToLocalDateConverter |
| JodaTimeConverters.DateToLocalDateTimeConverter |
| JodaTimeConverters.LocalDateTimeToDateConverter |
| JodaTimeConverters.LocalDateToDateConverter |
ReflectionEntityInstantiator
EntityInstantiator that uses the PersistentEntity's PreferredConstructor to instantiate an
instance of the entity via reflection. |
| SimpleTypeInformationMapper
Basic
TypeInformationMapper implementation that interprets the alias handles as fully qualified class name
and tries to load a class with the given name to build TypeInformation. |
| TypeAliasAccessor
Interface to abstract implementations of how to access a type alias from a given source or sink.
|
| TypeInformationMapper
Interface to abstract the mapping from a type alias to the actual type.
|
| TypeMapper
Interface to define strategies how to store type information in a store specific sink or source.
|
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.