Commit Graph

  • 364a84ffb8 DATACMNS-42 - MappingBeanHelper now considers all Numbers to be simple types. Oliver Gierke 2011-06-04 06:34:24 +02:00
  • 12d5c0ddb9 Polished JavaDoc. Oliver Gierke 2011-06-04 06:33:10 +02:00
  • dfca1c61a2 prepared for 1.1.0 snapshot builds Thomas Risberg 2011-06-02 08:58:14 -04:00
  • dff80c6f3d prepared for Spring Data Commons 1.1.0.M1 release Thomas Risberg 2011-06-02 08:54:44 -04:00
  • e7e51333a0 updated changelog Thomas Risberg 2011-06-02 08:45:01 -04:00
  • 70da7b00f8 DATACMNS-41 - Refactored DefaultRepositoryInformation to take custom implementation class into account as well. Oliver Gierke 2011-06-01 00:09:19 +01:00
  • 399bc5e6bf Made DefaultRepositoryInformation public. Oliver Gierke 2011-05-31 22:34:59 +01:00
  • 0ea1921a96 Updated reference documentation regarding repository declaration. Oliver Gierke 2011-05-24 09:53:48 +02:00
  • dab13128f4 Introduced BeanWrapper helper object to reduce static access through MappingBeanHelper. Oliver Gierke 2011-05-24 12:04:20 +02:00
  • be5d43900c Moved QueryDslPredicateExecutor into Spring Data Commons. Oliver Gierke 2011-05-23 12:21:01 +02:00
  • 637daac97b DATACMNS-40 - Renamed @RepositoryProxy to @RepositoryDefinition. Oliver Gierke 2011-05-23 11:50:11 +02:00
  • 1583aea2b7 DATADOC-145 - Removed obsolete methods from MappingBeanHelper. Oliver Gierke 2011-05-22 14:44:05 +02:00
  • cbf8218cc0 added UserCredentials class to support DATADOC-142 Thomas Risberg 2011-05-20 12:40:10 -04:00
  • 7a110d593e DATACMNS-38 - Prevent StackOverflow on self referencing objects. Oliver Gierke 2011-05-17 20:11:50 +01:00
  • 66c77820c4 DATACMNS-37 - Added unit tests for annotation based repository usage. Oliver Gierke 2011-05-17 20:14:47 +01:00
  • 1761255c2d DATACMNS-37 - Enabled annotation based repository declaration model. Oliver Gierke 2011-05-14 08:37:38 +02:00
  • 22f3e5cd1c Added test case to check whether declaring a CRUD method in a repository interface extending Repository is delegated to the backing bean. Oliver Gierke 2011-05-13 10:03:48 +02:00
  • 138191fd19 DATACMNS-34 - Fixed exception message to include class name and point to argument constructors, not no-arg ones. Oliver Gierke 2011-05-13 10:02:58 +02:00
  • 727bf4cc99 Moved repository declaration to find EJB jar to the right pom.xml. Oliver Gierke 2011-05-12 14:10:13 +02:00
  • 24394b4f1d DATACMNS-29 - Extracted Repository marker interface from CrudRepository. Oliver Gierke 2011-05-12 11:21:17 +02:00
  • d8c5bca4bd DATACMNS-36 - Improved transaction handling configuration support. Oliver Gierke 2011-05-12 12:13:49 +02:00
  • 88bad20ab3 DATACMNS-29 - Added getRepositoryInterface() implementation to RepositoryConfig. Oliver Gierke 2011-05-12 11:35:16 +02:00
  • 369af0a12a Updated changelog. Oliver Gierke 2011-05-11 18:48:28 +02:00
  • 891144b543 DATACMNS-35 - Added delete(ID id) method to Repository interface. Oliver Gierke 2011-05-11 18:37:15 +02:00
  • 06872f23f5 Set fields and getter accessible before reading value in MappingBeanHelper. Oliver Gierke 2011-05-11 18:36:44 +02:00
  • 6f92b010d3 DATAJPA-59 - Added unit test for QueryMethod. Oliver Gierke 2011-05-11 13:27:51 +02:00
  • e67e35ac8d Reformatting source code to use tabs instead of spaces. Jon Brisbin 2011-05-10 10:50:31 -05:00
  • 870d156adb DATACMNS-34 - Improved algorithm to lookup preferred constructor. Oliver Gierke 2011-05-09 17:08:20 +02:00
  • ff51b134f9 DATADOC-43 Added Near and Within as part types to support spatial repository queries. Oliver Gierke 2011-05-03 15:12:22 +02:00
  • 7590f55547 DATADOC-115 - Upgraded to Querydsl 2.2.0-beta4. Oliver Gierke 2011-05-03 11:36:40 +02:00
  • 54ada02ae8 DATADOC-109 - Refactored mapping subsystem. Oliver Gierke 2011-04-27 18:30:34 +02:00
  • d0569e0cb4 DATACMNS-33 - Changed return type of Repository.count() to primitive long. Oliver Gierke 2011-04-21 09:54:15 +02:00
  • b6845e7310 DATACMNS-32 - Refactored Querydsl support code from JPA and Mongo module into core. Oliver Gierke 2011-04-20 20:30:00 +02:00
  • c2b8a1cf1a update changelog.txt to include information for M7, RC1 and 1.0.0 GA release Mark Pollack 2011-04-20 11:47:59 -04:00
  • 3f22104c7c DATACMNS-30 - Made implementations of Page, Pageable and Sort serializable. Oliver Gierke 2011-04-20 17:15:42 +02:00
  • 9ff83e6542 DATADOC-98 - Fixes for multi-dimensional arrays and lists J. Brisbin 2011-04-19 12:49:35 -05:00
  • 9b645aa370 removed release repositories Thomas Risberg 2011-04-18 18:01:41 -04:00
  • 3aed2e87fe prepared for 1.1.0 snapshot builds trisberg 2011-04-18 17:52:08 -04:00
  • bc130ab9fd prepared for Spring Data Commons 1.0.0.RELEASE trisberg 2011-04-18 17:49:12 -04:00
  • 789fe37713 added release repositories Thomas Risberg 2011-04-18 16:20:26 -04:00
  • d4736039b3 added release repositories Thomas Risberg 2011-04-18 16:12:04 -04:00
  • caa72bdfd1 DATADOC-98 - Deal with multi-dimensional arrays as property types. Jon Brisbin 2011-04-18 12:18:16 -05:00
  • cbf9b6801e DATADOC-98 - Deal with multi-dimensional arrays as property types. Jon Brisbin 2011-04-18 09:48:03 -05:00
  • ecf7cd1a08 prepared for snapshot builds Thomas Risberg 2011-04-08 17:55:02 -04:00
  • 419ab99cd2 preparing for 1.0.0.RC1 Thomas Risberg 2011-04-08 17:52:30 -04:00
  • 740df84d3d DATADOC-83 - Review dependencies Made spring-test a 'test' dependency in mvn pom Mark Pollack 2011-04-08 16:22:53 -04:00
  • 680a74c8e1 DATAJPA-45 - ClassUtils.getReturnedDomainClass works for parameterized component types of Collections and Page. Oliver Gierke 2011-04-08 22:05:09 +02:00
  • a0813b4c85 changing to use source 1.5; removed some @Override on interface methods; cleaned up unused imports Thomas Risberg 2011-04-08 10:41:11 -04:00
  • 0358cac9a5 merged changes in AbstractConstructorEntityInstantiator Michael Hunger 2011-04-08 12:53:40 +02:00
  • 35537aba8a Made failure message customizable. David Montag 2011-04-07 13:08:54 -07:00
  • 986566f64e Merge branch 'master' of github.com:SpringSource/spring-data-commons Michael Hunger 2011-04-07 13:16:07 +02:00
  • 71f08efa53 Merge branch 'master' of github.com:SpringSource/spring-data-commons J. Brisbin 2011-04-05 14:56:50 -05:00
  • fec5bae808 Added MappingContextAware interface and BeanPostProcessor for same J. Brisbin 2011-04-05 14:56:30 -05:00
  • 844328e178 prepared for snapshot builds Thomas Risberg 2011-04-05 11:48:08 -04:00
  • db71edb362 preparing for 1.0.0.M7 Thomas Risberg 2011-04-05 11:47:06 -04:00
  • 33013f8712 DATAJPA-44 - Domain class lookup in QueryMethod falls back to the repository domain class for methods not returning a domain class. Oliver Gierke 2011-04-05 10:57:23 +02:00
  • 895f0a4025 DATACMNS-24 - Separated RepositoryMetadata from RepositoryInformation. Oliver Gierke 2011-04-05 08:04:10 +02:00
  • 1220ff98d0 removed slf4j dependency Thomas Risberg 2011-04-04 17:46:46 -04:00
  • 2cbb372de5 added constructor bypassing instantiation Michael Hunger 2011-04-01 19:46:07 +02:00
  • c6ad0f99fe Merge branch 'master' of github.com:SpringSource/spring-data-commons J. Brisbin 2011-04-01 11:29:14 -05:00
  • 3f746ebf4f Added array primitives to simple types J. Brisbin 2011-04-01 11:28:54 -05:00
  • 4b51c5fd1f DATACMNS-23 - Made PageImpl safe to take an empty collection. Oliver Gierke 2011-04-01 08:34:39 +02:00
  • c4d81a28f1 DATACMNS-25 - Refactored RepositoryFactorySupport.getQueryLookupStrategy(…) Oliver Gierke 2011-03-31 21:46:33 +02:00
  • 9931e885c0 Expose type of a query parser Property. Oliver Gierke 2011-03-31 18:24:03 +02:00
  • 6bb0923c14 DATACMNS-26 - Persistent constructor now detects non-public constructor. Oliver Gierke 2011-03-29 19:19:23 +02:00
  • 95ff87e959 Configured Maven JAR plugin to package the Bundlor generated MANIFEST.MF. Oliver Gierke 2011-03-29 08:48:58 +02:00
  • c05bedce17 Fixed bug in Property. Oliver Gierke 2011-03-28 20:31:55 +02:00
  • 23ff75ee6e needed access to entity when use with partial JPA/cross-store persistence Thomas Risberg 2011-03-28 13:54:44 -04:00
  • b39c2cacc9 Refactored Property to use TypeInformation infrastructure. Oliver Gierke 2011-03-28 09:25:40 +02:00
  • 6d404527ed Added isCollectionLike() and isMap() to TypeInformation interface. Oliver Gierke 2011-03-28 09:24:39 +02:00
  • c0da416a17 prepared for snapshot builds Thomas Risberg 2011-03-25 16:48:37 -04:00
  • 06656ae062 preparing for 1.0.0.M6 Thomas Risberg 2011-03-25 16:46:33 -04:00
  • b52de879de extracted StateBackedCreator interface Michael Hunger 2011-03-25 11:22:20 +01:00
  • 8fa7aabdc0 added caching to AbstractConstructorEntityInstantiator Michael Hunger 2011-03-24 22:36:49 +01:00
  • e39f3724e2 Use BeanUtils to instantiate objects to not enforce them to be public. Oliver Gierke 2011-03-24 15:46:59 +01:00
  • 8af071664e prepared for snapshot builds Thomas Risberg 2011-03-23 19:48:43 -04:00
  • 22243d05ce preparing for 1.0.0.M5 Thomas Risberg 2011-03-23 19:44:27 -04:00
  • 71ea5ddaed pruned unused cross-store prototype classes; changed package names Thomas Risberg 2011-03-23 11:26:07 -04:00
  • b32e444749 Updated changelog. Oliver Gierke 2011-03-23 10:05:42 +01:00
  • 6672a206c7 DATAJPA-19 - Moved extension classes into Spring Data Commons Core. Oliver Gierke 2011-03-23 10:01:45 +01:00
  • a2dc608ab4 Forgot to push deleting MappingConfigurationBuilder and BasicMappingConfigurationBuilder. Oliver Gierke 2011-03-23 09:45:08 +01:00
  • ecdda346b1 Extended AbstractRepositoryConfigDefinitionParser.postProcessBeanDefinition(…) to take BeanDefinitionRegistry as well. Oliver Gierke 2011-03-23 09:10:52 +01:00
  • b514e35105 Removed some compiler warnings and unnecessary imports. Oliver Gierke 2011-03-23 07:46:08 +01:00
  • b7c81e3a4e Cleanup of meta-model API. Oliver Gierke 2011-03-23 07:29:23 +01:00
  • 06463a0b58 Tweaks to BasicMappingContext. Oliver Gierke 2011-03-22 21:03:40 +01:00
  • f6818dd13f Fix for edge case where constructor parameter names aren't available causing the mapping framework to barf. Jon Brisbin 2011-03-22 14:08:29 -05:00
  • 33efa23492 DATACMNS-22 - Added Spring release repository as plugin repository. Oliver Gierke 2011-03-20 19:21:49 +01:00
  • c51d5b5441 Added TypeInformation to the MappingContextEvent Jon Brisbin 2011-03-18 09:36:26 -05:00
  • cfcb4cecd0 removed @Override on interface methods that will cause problems in Java 5 Burt Beckwith 2011-03-17 23:24:37 -04:00
  • 561cdbe4dc Cleanups in ClassTypeInformation as well as BasicMappingContext. Oliver Gierke 2011-03-17 22:55:26 +01:00
  • f00bfb82bd Fix to correctly determine component type for non-generic arrays. Oliver Gierke 2011-03-17 10:06:18 +01:00
  • 688ae81b27 Fixed failing test. Oliver Gierke 2011-03-17 09:50:05 +01:00
  • a93880a60e Added customSimpleTypes to BasicMappingContext. Oliver Gierke 2011-03-17 09:27:33 +01:00
  • ab59c57577 Tweaked getComponentType() and added getMapValueType() to PersistentProperty. Oliver Gierke 2011-03-17 09:24:51 +01:00
  • a07a2cc760 Added isEntity() method to PersistentProperty. Oliver Gierke 2011-03-17 09:21:32 +01:00
  • 7a2f25190a Extended TypeInformation classes to support generic arrays as well. Oliver Gierke 2011-03-17 09:05:34 +01:00
  • 8ab42a266c Some tweaks to handling collections and enums. Oliver Gierke 2011-03-16 18:17:14 +01:00
  • bc6e9d8f54 Added the ability to use the Spring 3.0 ApplicationEvent mechanism for event handling internally within the mapping framework. Jon Brisbin 2011-03-16 15:37:49 -05:00
  • 626d52e2c0 prepared for snapshot builds Thomas Risberg 2011-03-15 22:34:46 -04:00
  • 206e73d1ef preparing for M4 Thomas Risberg 2011-03-15 22:28:27 -04:00