Package | Description |
---|---|
org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
Class and Description |
---|
MappingContext
This interface defines the overall context including all known PersistentEntity instances and methods to obtain
instances on demand. it is used internally to establish associations between entities and also at runtime to obtain
entities by name.
|
Class and Description |
---|
MappingContext
This interface defines the overall context including all known PersistentEntity instances and methods to obtain
instances on demand. it is used internally to establish associations between entities and also at runtime to obtain
entities by name.
|
PersistentPropertyPath
Abstraction of a path of
PersistentProperty s. |
Class and Description |
---|
MappingContext
This interface defines the overall context including all known PersistentEntity instances and methods to obtain
instances on demand. it is used internally to establish associations between entities and also at runtime to obtain
entities by name.
|
Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.