Oliver Gierke
0bbf0aec99
DATACMNS-282 - Improved caching in AnnotationBasedPersistentProperty.
...
AnnotationBasedPersistentProperty now caches direct annotations on construction but still tries to lookup an annotation as meta-annotation if not found in cache on later requests. Extended try/catch block in AbstractMappingContext.addPersistentEntity(…) to invalidate cache on exceptions during property creation as well.
2013-02-11 15:56:14 +01:00
Oliver Gierke
f18055a4c9
DATACMNS-274 - Fixed package cycle in mapping subsystem.
...
Updated Sonargraph architecture description along the way.
2013-01-29 10:50:50 +01:00
Oliver Gierke
33a31a25e0
DATACMNS-271 - AnnotationBasedPersistentProperty now caches annotation lookups.
2013-01-28 14:28:12 +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