72 Commits (33efa23492cb15c06010f66774a3e5e59a029bf1)

Author SHA1 Message Date
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
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
Oliver Gierke aeee6935f5 DATACMNS-15 - Added support to discover Distinct keyword. 15 years ago
Oliver Gierke a529e2cd8a DATADOC-24 - Refactored SimpleParameterAccessor to improve usability. 15 years ago
Oliver Gierke f36dd1e459 Renamed generic type from PK to ID. 15 years ago
Oliver Gierke 1068f9dfb1 DATACMNS-13 - Removed registration of PersistenceExceptionTranslationPostProcessor. 15 years ago
Oliver Gierke 467283325a DATACMNS-12 - Refactored transaction support of RepositoryFactoryBeanSupport into separate subclass. 15 years ago
Oliver Gierke 0ab6b00549 Fixed JavaDoc of Page interface. 15 years ago
Oliver Gierke 312fad40e2 Fixed bug in OrderBySource. 15 years ago
Oliver Gierke bd68d421da Ported bug fix for Hades #425 - PageRequest should reject 0 page size. 15 years ago
Michael Hunger 2f11dd80fd renamed Index.name to Index.indexName to avoid confusion with potential name property 15 years ago
Michael Hunger 7b70951b8d added type target and name property to @Indexed 15 years ago
Oliver Gierke bc876b7584 Introduced Property abstraction for more sophisticated query method name parsing. 15 years ago