Spring Data Commons

Uses of Class
org.springframework.data.mapping.PreferredConstructor.Parameter

Packages that use PreferredConstructor.Parameter
org.springframework.data.mapping   
org.springframework.data.mapping.model   
 

Uses of PreferredConstructor.Parameter in org.springframework.data.mapping
 

Methods in org.springframework.data.mapping that return types with arguments of type PreferredConstructor.Parameter
 java.lang.Iterable<PreferredConstructor.Parameter<?,P>> PreferredConstructor.getParameters()
          Returns the PreferredConstructor.Parameters of the constructor.
 

Constructors in org.springframework.data.mapping with parameters of type PreferredConstructor.Parameter
PreferredConstructor(java.lang.reflect.Constructor<T> constructor, PreferredConstructor.Parameter<?,P>... parameters)
          Creates a new PreferredConstructor from the given Constructor and PreferredConstructor.Parameters.
 

Uses of PreferredConstructor.Parameter in org.springframework.data.mapping.model
 

Methods in org.springframework.data.mapping.model with parameters of type PreferredConstructor.Parameter
<T> T
PersistentEntityParameterValueProvider.getParameterValue(PreferredConstructor.Parameter<T,P> parameter)
           
<T> T
ParameterValueProvider.getParameterValue(PreferredConstructor.Parameter<T,P> parameter)
          Returns the value to be used for the given PreferredConstructor.Parameter (usually when entity instances are created).
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.