Package | Description |
---|---|
org.springframework.data.auditing |
General support for entity auditing.
|
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.
|
PersistentEntities
Value object to access
PersistentEntity instances managed by MappingContext 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.
|
Class and Description |
---|
InvalidPersistentPropertyPath
Exception to indicate a source path couldn't be resolved into a
PersistentPropertyPath completely. |
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.
|
PersistentEntities
Value object to access
PersistentEntity instances managed by MappingContext 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–2020 Pivotal Software, Inc.. All rights reserved.