Spring Data Commons

Uses of Package
org.springframework.data.convert

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

Classes in org.springframework.data.convert used by org.springframework.data.convert
EntityInstantiator
          SPI to abstract strategies to create instances for PersistentEntities.
EntityReader
          Interface to read object from store specific sources.
EntityWriter
          Interface to write objects into store specific sinks.
ReflectionEntityInstantiator
          EntityInstantiator that uses the PersistentEntity's MappedConstructor 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.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.