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.model |
Core implementation of the mapping subsystem's model.
|
Modifier and Type | Method and Description |
---|---|
<T,E extends PersistentEntity<? extends T,P>,P extends PersistentProperty<P>> |
ReflectionEntityInstantiator.createInstance(E entity,
ParameterValueProvider<P> provider) |
<T,E extends PersistentEntity<? extends T,P>,P extends PersistentProperty<P>> |
EntityInstantiator.createInstance(E entity,
ParameterValueProvider<P> provider)
Creates a new instance of the given entity using the given source to pull data from.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentEntityParameterValueProvider<P extends PersistentProperty<P>>
ParameterValueProvider based on a PersistentEntity to use a PropertyValueProvider to lookup
the value of the property referenced by the given PreferredConstructor.Parameter . |
class |
SpELExpressionParameterValueProvider<P extends PersistentProperty<P>>
ParameterValueProvider that can be used to front a ParameterValueProvider delegate to prefer a Spel
expression evaluation over directly resolving the parameter value with the delegate. |
Constructor and Description |
---|
SpELExpressionParameterValueProvider(SpELExpressionEvaluator evaluator,
ConversionService conversionService,
ParameterValueProvider<P> delegate)
Creates a new
SpELExpressionParameterValueProvider using the given SpELExpressionEvaluator ,
ConversionService and ParameterValueProvider delegate to forward calls to, that resolve parameters
that do not have a Spel expression configured with them. |
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.