Files
spring-data-commons/spring-data-commons-core
Oliver Gierke c2fd1e255a DATACMNS-134 - Changed instantation infrastructure to be able to instantiate member types.
In case a member class is not static the compiler will either create a constructor with a parameter of the enclosing type or alter the existing ones to add a first parameter of that type. Thus when instantiating the class we need to detect that case and hand in the parent object as parameter value.

Updated PreferredConstructor and Parameter abstractions to allow detecting this case as well as the ParameterValueProvider abstraction to capture the parent object.
2012-03-09 15:06:06 +01:00
..
2010-11-17 17:37:14 -05:00
2012-02-07 11:23:22 -08:00