Spring Data Commons

Uses of Package
org.springframework.data.mapping.model

Packages that use org.springframework.data.mapping.model
org.springframework.data.mapping   
org.springframework.data.mapping.context   
org.springframework.data.mapping.event   
org.springframework.data.mapping.model   
 

Classes in org.springframework.data.mapping.model used by org.springframework.data.mapping
Association
           
MappingContext
          This interface defines the overall context including all known PersistentEntity instances and methods to obtain instances on demand

This interface is used internally to establish associations between entities and also at runtime to obtain entities by name

The generic type parameters T & R are used to specify the mapped form of a class (example Table) and property (example Column) respectively.

ParameterValueProvider
          Callback interface to lookup values for a given PreferredConstructor.Parameter.
PersistentEntity
          Represents a persistent entity
PersistentProperty
           
PreferredConstructor
          Value object to encapsulate the constructor to be used when mapping persistent data to objects.
 

Classes in org.springframework.data.mapping.model used by org.springframework.data.mapping.context
MappingContext
          This interface defines the overall context including all known PersistentEntity instances and methods to obtain instances on demand

This interface is used internally to establish associations between entities and also at runtime to obtain entities by name

The generic type parameters T & R are used to specify the mapped form of a class (example Table) and property (example Column) respectively.

 

Classes in org.springframework.data.mapping.model used by org.springframework.data.mapping.event
PersistentEntity
          Represents a persistent entity
PersistentProperty
           
 

Classes in org.springframework.data.mapping.model used by org.springframework.data.mapping.model
Association
           
ParameterValueProvider
          Callback interface to lookup values for a given PreferredConstructor.Parameter.
PersistentEntity
          Represents a persistent entity
PersistentProperty
           
PreferredConstructor
          Value object to encapsulate the constructor to be used when mapping persistent data to objects.
PreferredConstructor.Parameter
          Value object to represent constructor parameters.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.