3345 Commits (main)
 

Author SHA1 Message Date
Oliver Gierke 6bb0923c14 DATACMNS-26 - Persistent constructor now detects non-public constructor. 15 years ago
Oliver Gierke 95ff87e959 Configured Maven JAR plugin to package the Bundlor generated MANIFEST.MF. 15 years ago
Oliver Gierke c05bedce17 Fixed bug in Property. 15 years ago
Thomas Risberg 23ff75ee6e needed access to entity when use with partial JPA/cross-store persistence 15 years ago
Oliver Gierke b39c2cacc9 Refactored Property to use TypeInformation infrastructure. 15 years ago
Oliver Gierke 6d404527ed Added isCollectionLike() and isMap() to TypeInformation interface. 15 years ago
Thomas Risberg c0da416a17 prepared for snapshot builds 15 years ago
Thomas Risberg 06656ae062 preparing for 1.0.0.M6 15 years ago
Michael Hunger b52de879de extracted StateBackedCreator interface 15 years ago
Michael Hunger 8fa7aabdc0 added caching to AbstractConstructorEntityInstantiator 15 years ago
Oliver Gierke e39f3724e2 Use BeanUtils to instantiate objects to not enforce them to be public. 15 years ago
Thomas Risberg 8af071664e prepared for snapshot builds 15 years ago
Thomas Risberg 22243d05ce preparing for 1.0.0.M5 15 years ago
Thomas Risberg 71ea5ddaed pruned unused cross-store prototype classes; changed package names 15 years ago
Oliver Gierke b32e444749 Updated changelog. 15 years ago
Oliver Gierke 6672a206c7 DATAJPA-19 - Moved extension classes into Spring Data Commons Core. 15 years ago
Oliver Gierke a2dc608ab4 Forgot to push deleting MappingConfigurationBuilder and BasicMappingConfigurationBuilder. 15 years ago
Oliver Gierke ecdda346b1 Extended AbstractRepositoryConfigDefinitionParser.postProcessBeanDefinition(…) to take BeanDefinitionRegistry as well. 15 years ago
Oliver Gierke b514e35105 Removed some compiler warnings and unnecessary imports. 15 years ago
Oliver Gierke b7c81e3a4e Cleanup of meta-model API. 15 years ago
Oliver Gierke 06463a0b58 Tweaks to BasicMappingContext. 15 years ago
Jon Brisbin f6818dd13f Fix for edge case where constructor parameter names aren't available causing the mapping framework to barf. 15 years ago
Oliver Gierke 33efa23492 DATACMNS-22 - Added Spring release repository as plugin repository. 15 years ago
Jon Brisbin c51d5b5441 Added TypeInformation to the MappingContextEvent 15 years ago
Burt Beckwith cfcb4cecd0 removed @Override on interface methods that will cause problems in Java 5 15 years ago
Oliver Gierke 561cdbe4dc Cleanups in ClassTypeInformation as well as BasicMappingContext. 15 years ago
Oliver Gierke f00bfb82bd Fix to correctly determine component type for non-generic arrays. 15 years ago
Oliver Gierke 688ae81b27 Fixed failing test. 15 years ago
Oliver Gierke a93880a60e Added customSimpleTypes to BasicMappingContext. 15 years ago
Oliver Gierke ab59c57577 Tweaked getComponentType() and added getMapValueType() to PersistentProperty. 15 years ago
Oliver Gierke a07a2cc760 Added isEntity() method to PersistentProperty. 15 years ago
Oliver Gierke 7a2f25190a Extended TypeInformation classes to support generic arrays as well. 15 years ago
Oliver Gierke 8ab42a266c Some tweaks to handling collections and enums. 15 years ago
Jon Brisbin bc6e9d8f54 Added the ability to use the Spring 3.0 ApplicationEvent mechanism for event handling internally within the mapping framework. 15 years ago
Thomas Risberg 626d52e2c0 prepared for snapshot builds 15 years ago
Thomas Risberg 206e73d1ef preparing for M4 15 years ago
Thomas Risberg 8640511347 preparing for M4 15 years ago
Oliver Gierke ad56cae06e Extended basic mapping framework to support working with generics. 15 years ago
Jon Brisbin 69d007c2b8 Mostly fixing IDE warnings and complainings about type safety issues 15 years ago
Jon Brisbin 1f9af56158 More tweaks to complex/simple type detection, add makeAccessible() call to BasicMappingContext 15 years ago
Jon Brisbin e287cd23d6 Tweaked the way complex/simple types are discovered. 15 years ago
Oliver Gierke ecb12f70a2 Moved special id-property handling into PersistentProperty interface. 15 years ago
Oliver Gierke 5a879ffd92 Use Spring's ReflectionUtils.doWithFields(…) to simplify code. 15 years ago
Oliver Gierke dec48921ce Removed Mongo specific id field name handling from common BasicMappingConfigurationBuilder. 15 years ago
Oliver Gierke f8efa1af5e Added generic parameter to declaration of BasicPersistentProperty. 15 years ago
J. Brisbin ca4de87a8b Fixes for superclass bug 15 years ago
J. Brisbin e254dedd96 Tweaks to BasicMappingContext to remove a circular reference 15 years ago
Jon Brisbin 158ee85d93 Added mapping support to commons core. Will be used by other spring-data projects for multi-store mapping. 15 years ago
Oliver Gierke 83f8306656 DATACMNS-19 - Refactored return type for Repository.findAll(…) and according methods to return Iterable instead of List. 15 years ago
Oliver Gierke d60f53e8f3 Added another change to changelog. 15 years ago