3345 Commits (main)
 

Author SHA1 Message Date
Oliver Gierke 66c77820c4 DATACMNS-37 - Added unit tests for annotation based repository usage. 15 years ago
Oliver Gierke 1761255c2d DATACMNS-37 - Enabled annotation based repository declaration model. 15 years ago
Oliver Gierke 22f3e5cd1c Added test case to check whether declaring a CRUD method in a repository interface extending Repository is delegated to the backing bean. 15 years ago
Oliver Gierke 138191fd19 DATACMNS-34 - Fixed exception message to include class name and point to argument constructors, not no-arg ones. 15 years ago
Oliver Gierke 727bf4cc99 Moved repository declaration to find EJB jar to the right pom.xml. 15 years ago
Oliver Gierke 24394b4f1d DATACMNS-29 - Extracted Repository marker interface from CrudRepository. 15 years ago
Oliver Gierke d8c5bca4bd DATACMNS-36 - Improved transaction handling configuration support. 15 years ago
Oliver Gierke 88bad20ab3 DATACMNS-29 - Added getRepositoryInterface() implementation to RepositoryConfig. 15 years ago
Oliver Gierke 369af0a12a Updated changelog. 15 years ago
Oliver Gierke 891144b543 DATACMNS-35 - Added delete(ID id) method to Repository interface. 15 years ago
Oliver Gierke 06872f23f5 Set fields and getter accessible before reading value in MappingBeanHelper. 15 years ago
Oliver Gierke 6f92b010d3 DATAJPA-59 - Added unit test for QueryMethod. 15 years ago
Jon Brisbin e67e35ac8d Reformatting source code to use tabs instead of spaces. 15 years ago
Oliver Gierke 870d156adb DATACMNS-34 - Improved algorithm to lookup preferred constructor. 15 years ago
Oliver Gierke ff51b134f9 DATADOC-43 Added Near and Within as part types to support spatial repository queries. 15 years ago
Oliver Gierke 7590f55547 DATADOC-115 - Upgraded to Querydsl 2.2.0-beta4. 15 years ago
Oliver Gierke 54ada02ae8 DATADOC-109 - Refactored mapping subsystem. 15 years ago
Oliver Gierke d0569e0cb4 DATACMNS-33 - Changed return type of Repository.count() to primitive long. 15 years ago
Oliver Gierke b6845e7310 DATACMNS-32 - Refactored Querydsl support code from JPA and Mongo module into core. 15 years ago
Mark Pollack c2b8a1cf1a update changelog.txt to include information for M7, RC1 and 1.0.0 GA release 15 years ago
Oliver Gierke 3f22104c7c DATACMNS-30 - Made implementations of Page, Pageable and Sort serializable. 15 years ago
J. Brisbin 9ff83e6542 DATADOC-98 - Fixes for multi-dimensional arrays and lists 15 years ago
Thomas Risberg 9b645aa370 removed release repositories 15 years ago
trisberg 3aed2e87fe prepared for 1.1.0 snapshot builds 15 years ago
trisberg bc130ab9fd prepared for Spring Data Commons 1.0.0.RELEASE 15 years ago
Thomas Risberg 789fe37713 added release repositories 15 years ago
Thomas Risberg d4736039b3 added release repositories 15 years ago
Jon Brisbin caa72bdfd1 DATADOC-98 - Deal with multi-dimensional arrays as property types. 15 years ago
Jon Brisbin cbf9b6801e DATADOC-98 - Deal with multi-dimensional arrays as property types. 15 years ago
Thomas Risberg ecf7cd1a08 prepared for snapshot builds 15 years ago
Thomas Risberg 419ab99cd2 preparing for 1.0.0.RC1 15 years ago
Mark Pollack 740df84d3d DATADOC-83 - Review dependencies 15 years ago
Oliver Gierke 680a74c8e1 DATAJPA-45 - ClassUtils.getReturnedDomainClass works for parameterized component types of Collections and Page. 15 years ago
Thomas Risberg a0813b4c85 changing to use source 1.5; removed some @Override on interface methods; cleaned up unused imports 15 years ago
Michael Hunger 0358cac9a5 merged changes in AbstractConstructorEntityInstantiator 15 years ago
David Montag 35537aba8a Made failure message customizable. 15 years ago
Michael Hunger 986566f64e Merge branch 'master' of github.com:SpringSource/spring-data-commons 15 years ago
J. Brisbin 71f08efa53 Merge branch 'master' of github.com:SpringSource/spring-data-commons 15 years ago
J. Brisbin fec5bae808 Added MappingContextAware interface and BeanPostProcessor for same 15 years ago
Thomas Risberg 844328e178 prepared for snapshot builds 15 years ago
Thomas Risberg db71edb362 preparing for 1.0.0.M7 15 years ago
Oliver Gierke 33013f8712 DATAJPA-44 - Domain class lookup in QueryMethod falls back to the repository domain class for methods not returning a domain class. 15 years ago
Oliver Gierke 895f0a4025 DATACMNS-24 - Separated RepositoryMetadata from RepositoryInformation. 15 years ago
Thomas Risberg 1220ff98d0 removed slf4j dependency 15 years ago
Michael Hunger 2cbb372de5 added constructor bypassing instantiation 15 years ago
J. Brisbin c6ad0f99fe Merge branch 'master' of github.com:SpringSource/spring-data-commons 15 years ago
J. Brisbin 3f746ebf4f Added array primitives to simple types 15 years ago
Oliver Gierke 4b51c5fd1f DATACMNS-23 - Made PageImpl safe to take an empty collection. 15 years ago
Oliver Gierke c4d81a28f1 DATACMNS-25 - Refactored RepositoryFactorySupport.getQueryLookupStrategy(…) 15 years ago
Oliver Gierke 9931e885c0 Expose type of a query parser Property. 15 years ago