246 Commits (f0735392d93bcaa339adafddccb1737ec2e4531c)

Author SHA1 Message Date
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 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
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 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 e00ca67a12 DATACMNS-20 - Renamed Repository.findById(…) to findOne(…). 15 years ago
Oliver Gierke 80359c4d07 DATAJPA-19 - Added Hades extensions module. 15 years ago
Oliver Gierke dd6e56d013 DATACMNS-14 - Fixed various issues in the poms. 15 years ago
Michael Hunger ff2f593dd6 moved indexed 15 years ago
Oliver Gierke e157f380bb DATADOC-34 - Infrastructure for callbacks on RepositoryQuery creation. 15 years ago
Oliver Gierke 3a6113c5e8 Added toString methods to make debugging easier. 15 years ago
Oliver Gierke cae2961275 DATACMNS-19 - Fixed PersistableEntityMetadata. 15 years ago
Oliver Gierke 695f4ca9c0 Fixed sorting not being applied if provided via method parameter. 15 years ago
Oliver Gierke ff844d7cbc Changed getReturnedDomainClass to only resolve generic type for Collections and Pages. 15 years ago
Oliver Gierke 1b98d32a4f Extended resolveQuery of QueryLookupStrategy to take domain class as well. 15 years ago
Oliver Gierke b0a04b16c6 Added getBindableValue(int index) to ParameterAccessor. 15 years ago
Michael Hunger c738effd39 fixed bug with stateholder holding onto the temporary state for too long 15 years ago
Oliver Gierke 20443bb4b6 DATACMNS-17 - Introduced metamodel for entities and repositories. 15 years ago
Oliver Gierke 0721c7921c DATACMNS-16 - Added 'NotIn' keyword. 15 years ago
Oliver Gierke 7753b9b446 DATAJPA-28 - Changed invocation order of createIsNewStrategy(…). 15 years ago
Oliver Gierke dd45054da2 DATACMNS-16, DATAJPA-29 - Cleaned up Part class. 15 years ago