Johannes Mockenhaupt
596908946d
DATACMNS-300 - Fixed exception handling in ReflectionEntityInstantiator.
...
ReflectionEntityInstantiator now actually throws the wrapped exception created in the catch block handling BeanInstantiationExceptions.
Pull request: #25 .
2013-03-25 13:35:09 +01:00
Oliver Gierke
0aef8c60b7
DATACMNS-283 - MappingInstantiationException captures more context now.
...
If an exception occurs in ReflectionEntityInstantiator we now capture more context about the failed instantiation.
2013-02-15 18:34:56 +01:00
Oliver Gierke
afb5ec2ef9
DATACMNS-269 - Add support for mapping annotations on accessor methods.
...
Mapping annotations are now looked up in the following order: getter, setter, field. Made mapping annotations usable on methods as well.
2013-01-16 17:29:51 +01:00
Oliver Gierke
ac256f9921
DATACMNS-266 - Use new common Maven build infrastructure.
...
Simplified project setup to be a single module build again. Using Spring Data Build parent POM to simplify project setup. See https://github.com/SpringSource/spring-data-build#spring-data-build-infrastructure
2013-01-16 15:15:24 +01:00