Spring Data Commons

Uses of Package
org.springframework.data.mapping

Packages that use org.springframework.data.mapping
org.springframework.data.convert   
org.springframework.data.mapping   
org.springframework.data.mapping.context   
org.springframework.data.mapping.event   
org.springframework.data.mapping.model   
org.springframework.data.repository.query.parser Support classes for parsing queries from method names. 
 

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

Classes in org.springframework.data.mapping used by org.springframework.data.mapping
Association
          Value object to capture Associations.
AssociationHandler
          Callback interface to implement functionality to be applied to a collection of Associations.
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.
PropertyHandler
          Callback interface to do something with all plain PersistentProperty instances except associations and transient properties.
PropertyPath
          Abstraction of a PropertyPath of a domain class.
 

Classes in org.springframework.data.mapping used by org.springframework.data.mapping.context
PersistentEntity
          Represents a persistent entity
PersistentProperty
           
PropertyPath
          Abstraction of a PropertyPath of a domain class.
 

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

Classes in org.springframework.data.mapping used by org.springframework.data.mapping.model
Association
          Value object to capture Associations.
AssociationHandler
          Callback interface to implement functionality to be applied to a collection of Associations.
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.
PropertyHandler
          Callback interface to do something with all plain PersistentProperty instances except associations and transient properties.
 

Classes in org.springframework.data.mapping used by org.springframework.data.repository.query.parser
PropertyPath
          Abstraction of a PropertyPath of a domain class.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.