coach88
|
bddddbd090
|
Merge https://github.com/eugenp/tutorials
Conflicts:
spring-data-mongodb/src/main/java/org/baeldung/config/MongoConfig.java
|
2015-09-30 12:52:25 +03:00 |
coach88
|
d4bf988851
|
Minor cleanup
|
2015-09-30 10:52:26 +03:00 |
coach88
|
7defd5d598
|
Added xml configuration for GridFS
|
2015-09-27 12:13:29 +03:00 |
coach88
|
c6be2af18f
|
Added assertion in GridFSTest
|
2015-09-22 12:46:12 +03:00 |
coach88
|
f202857195
|
Added tests with GridFSTemplate
|
2015-09-22 12:42:27 +03:00 |
Eugen
|
7036c278d2
|
Merge pull request #241 from alex-semenyuk/master
Added simple UserCascadeSave email for User
|
2015-08-23 12:59:04 -07:00 |
alex-semenyuk
|
c9d5aff1ff
|
Added simple CascadeSave email for User
|
2015-08-23 20:46:34 +02:00 |
eugenp
|
0b42f56f49
|
minor formatting work
|
2015-08-23 20:13:00 +03:00 |
eugenp
|
4631f7e915
|
minor formatting work
|
2015-08-23 20:11:36 +03:00 |
Eugen
|
c9aba4eeff
|
Merge pull request #240 from alex-semenyuk/master
Fixed test with @transient and created separate callback
|
2015-08-23 08:03:40 -07:00 |
alex-semenyuk
|
a3e8f9f60e
|
Create separate class for callback
|
2015-08-23 11:13:01 +02:00 |
alex-semenyuk
|
67d636aaf9
|
Fixed test @Transient
|
2015-08-22 12:22:13 +02:00 |
Eugen
|
acd6d7e18b
|
Merge pull request #239 from alex-semenyuk/master
Fixed issue with @Transient
|
2015-08-22 02:35:30 -07:00 |
alex-semenyuk
|
11c364d9cf
|
Fixed issue with @Transient
|
2015-08-22 08:43:06 +02:00 |
Eugen
|
22453707f9
|
Merge pull request #237 from alex-semenyuk/master
Added support common annotation
|
2015-08-21 07:19:16 -07:00 |
alex-semenyuk
|
a690614d49
|
Added support common annotation
|
2015-08-16 14:10:05 +02:00 |
Eugen
|
393c1eac14
|
Merge pull request #236 from alex-semenyuk/master
Introduction to Spring Data MongoDB (continue)
|
2015-08-15 14:58:41 -07:00 |
alex-semenyuk
|
4f55bef4c3
|
Minor cleanup
|
2015-08-15 20:36:08 +02:00 |
alex-semenyuk
|
c5fc2a714e
|
Minor cleanup
|
2015-08-15 20:30:19 +02:00 |
eugenp
|
556b7ca886
|
maven work
|
2015-08-15 17:38:25 +03:00 |
alex-semenyuk
|
971d62568e
|
Added xml support for event listener and made minor cleanup
|
2015-08-15 16:34:42 +02:00 |
coach88
|
236b808d05
|
Minor cleanup with tests
Added converter on saving in db user
|
2015-08-15 00:11:19 +03:00 |
coach88
|
3e4f69fb74
|
Added event on saving User cascade save EmailAddress
|
2015-08-14 18:50:33 +03:00 |
coach88
|
13cf53aaf4
|
Example with adding indexes from code and like annotation.
|
2015-08-13 14:11:37 +03:00 |
alex-semenyuk
|
4e02612c1c
|
Formatting cleanup
|
2015-08-10 16:31:21 +02:00 |
coach88
|
8481866d6a
|
Cleanup for test
|
2015-08-10 11:41:23 +03:00 |
coach88
|
c41e8a6ac6
|
Merge branch 'master' of https://github.com/alex-semenyuk/tutorials
|
2015-08-10 10:51:08 +03:00 |
coach88
|
18c69a0b13
|
Cleanup classpath
|
2015-08-10 10:50:02 +03:00 |
alex-semenyuk
|
02ba4a5605
|
Formatting cleanup
|
2015-08-09 19:13:51 +02:00 |
alex-semenyuk
|
759298a2bc
|
Created quires are doing the same and with same db with different types
|
2015-08-09 18:21:14 +02:00 |
coach88
|
cf52efcc5b
|
Updated dependencies in pom and minor formatting cleanup
|
2015-08-08 13:11:11 +03:00 |
coach88
|
d63b7e8cab
|
Minor cleanup with tests and infrastructure
|
2015-08-08 11:23:12 +03:00 |
coach88
|
217bc2707f
|
Minor cleanup in pom.xml
|
2015-08-07 21:57:09 +03:00 |
coach88
|
56cba00c7d
|
Added support auto generating Q classes for QueryDSL
|
2015-08-07 13:45:11 +03:00 |
coach88
|
686769e99d
|
Removed unused file.
|
2015-08-07 10:48:59 +03:00 |
coach88
|
b0d5516b03
|
Queries in Spring Data MongoDB
|
2015-08-07 10:46:27 +03:00 |
coach88
|
00eb2fd02c
|
Fix formatting
|
2015-08-01 23:57:33 +03:00 |
coach88
|
5e7f4ab84f
|
Added tests with save as insert and as update.
Fixed test with FindAll with Pageable
|
2015-08-01 23:49:32 +03:00 |
coach88
|
ece3508dd6
|
Fix formatting and monor cleanup
|
2015-08-01 13:24:58 +03:00 |
coach88
|
d1263934d3
|
Added tests with MongoTemplate
|
2015-07-31 22:18:25 +03:00 |
coach88
|
0f43d06678
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
spring-data-mongodb/src/test/java/org/baeldung/repository/UserRepositoryIntegrationTest.java
|
2015-07-31 21:16:59 +03:00 |
coach88
|
c1733061f7
|
Naming tests according TDD
|
2015-07-31 21:00:02 +03:00 |
eugenp
|
73a63d007f
|
minor cleanup
|
2015-07-31 16:20:14 +03:00 |
coach88
|
7ad6ba42a4
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
spring-data-mongodb/src/main/java/org/baeldung/repository/UserRepository.java
spring-data-mongodb/src/test/java/org/baeldung/repository/UserRepositoryIntegrationTest.java
|
2015-07-31 12:20:15 +03:00 |
coach88
|
a0a9ef1b2c
|
Fix formatting
|
2015-07-31 10:37:58 +03:00 |
coach88
|
2e54ddc841
|
Added the example with MongoRepository
|
2015-07-30 15:00:47 +03:00 |
eugenp
|
5de9fb3d70
|
minor cleanup
|
2015-07-29 20:36:35 +03:00 |
coach88
|
973227f23a
|
Using annotation for MongoConfig
|
2015-07-29 20:07:06 +03:00 |
coach88
|
0e7f6cec04
|
Added logging, fixed some dependencies in pom, deleted unused files.
|
2015-07-29 19:12:56 +03:00 |
coach88
|
56c715c2de
|
Removed unused import.
|
2015-07-28 15:46:53 +03:00 |
coach88
|
caa6a98576
|
Removed no needed annotation.
|
2015-07-28 11:45:52 +03:00 |
coach88
|
fe7c28fef9
|
MongoTemplate configuration with the annotation @Configuration
|
2015-07-28 11:07:22 +03:00 |
alex-semenyuk
|
fbc3539b6e
|
Initial commit
|
2015-07-26 16:01:12 +02:00 |