123 Commits (33efa23492cb15c06010f66774a3e5e59a029bf1)
 

Author SHA1 Message Date
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
Oliver Gierke 7aeb6c3f5c Added recent changes to the changelog. 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
Michael Hunger c5bd1a98f7 Merge branch 'master' of github.com:SpringSource/spring-data-commons 15 years ago
Michael Hunger e10969963a fixed pom AJ dependency 15 years ago
Thomas Risberg c8465d8d03 DATADOC-48 adding cross-store code to support Mongo->JPA relationships 15 years ago
Oliver Gierke e157f380bb DATADOC-34 - Infrastructure for callbacks on RepositoryQuery creation. 15 years ago
Michael Hunger fab26f538f Merge branch 'master' of github.com:SpringSource/spring-data-commons 15 years ago
Michael Hunger 67c2c58b42 set both target and source to 1.6 in the pom 15 years ago
Thomas Risberg af99e4e825 moved DocBook to pre-site 15 years ago
Thomas Risberg 841c78acb6 DATADOC-48 moving over cross-store code from previous prototype 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
Michael Hunger 9ffefbcd50 updated aspectj to 1.6.11.M2 15 years ago
Oliver Gierke 20443bb4b6 DATACMNS-17 - Introduced metamodel for entities and repositories. 15 years ago