Files
spring-data-commons/spring-data-commons-core/src
Oliver Gierke a01de83547 DATACMNS-228 - AbstractMappingContext disregards Groovy meta fields.
Refactored persistent field discovery by extracting the FieldFilter implementation and improving the way excluded fields are detected. We now exclude all fields named "this$*" as well as a metaClass field of type groovy.lang.MetaClass explicitly.
2012-09-10 12:56:20 +02:00
..