Commit Graph

448 Commits

Author SHA1 Message Date
Loredana dcca85823e update db properties 2019-05-20 23:00:30 +03:00
Loredana Crusoveanu bd2793f09e
Merge pull request #6877 from amit2103/BAEL-12800
[BAEL-12800] - Fixed the multiple DB article codebase
2019-05-20 22:04:08 +03:00
amit2103 2c0f03012a [BAEL-12800] - Added auto config classes for DataSource 2019-05-19 15:48:35 +05:30
amit2103 567fcc1ba0 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12800 2019-05-19 14:54:54 +05:30
Loredana cbac5e3e76 BAEL-12937 2019-05-18 15:34:01 +03:00
amit2103 560e0f7072 [BAEL-14322] - Updated Spring JDBC Article 2019-05-17 00:15:09 +05:30
rpvilao 85dfbca818
Merge pull request #6715 from vimde/master
BAEL-2857 Defining a JPA Entity
2019-05-16 17:58:18 +02:00
Amy DeGregorio d24015f5aa BAEL 2824 (#6971)
* BAEL-2727 Example Code

* Example code for BAEL-2824
2019-05-16 09:24:09 -06:00
Vivek 3f29c9acfb
Merge branch 'master' into master 2019-05-16 06:31:54 +05:30
kwoyke 0d24260e9b BAEL-2900 Persisting enums in JPA (#6958) 2019-05-14 21:37:28 +02:00
amit2103 3e0d3242d2 [BAEL-14321] - Moved @Query article code 2019-05-13 00:59:41 +05:30
amit2103 1cc6422c53 [BAEL-14320] - Moved code for Intro to Spring Data JPA Article 2019-05-12 15:29:26 +05:30
Loredana Crusoveanu bba6b883fb
Merge pull request #6884 from sheryllresulta/master
Bi-monthly test fix (02.05.2019) (BAEL-14285)
2019-05-11 23:58:15 +03:00
amit2103 f7da40accf Fixed conflicts in README 2019-05-12 00:37:46 +05:30
amit2103 49fc6fe5ba [BAEL-14319] - Moved Transactions with Spring and JPA Article 2019-05-12 00:04:18 +05:30
amit2103 ebf31697d9 [BAEL-14318] - Moved code for DAO with Spring and Generics article 2019-05-11 21:22:44 +05:30
Loredana Crusoveanu 4169c6d431
Merge branch 'master' into master 2019-05-11 16:01:13 +03:00
amit2103 7bb7f318f2 [BAEL-14317] - Moved code for DAO with Spring and Hibernate article 2019-05-11 14:36:36 +05:30
Loredana Crusoveanu abe7f56dc2
Merge pull request #6928 from collaboratewithakash/master
Back-link added
2019-05-11 09:20:48 +03:00
Loredana Crusoveanu 396bfe28a9
Merge branch 'master' into master 2019-05-10 23:46:54 +03:00
Loredana 6f7ebf8574 fix conflicts 2019-05-10 23:22:52 +03:00
amit2103 1aed22713d [BAEL-14316] - Copied code for Bootstrapping Hibernate with Spring article 2019-05-11 00:33:30 +05:30
Loredana Crusoveanu be30fd1ab8
Merge pull request #6924 from amit2103/BAEL-14315
[BAEL-14315] - Added new module spring-persistence-simple and moved o…
2019-05-10 09:08:44 +03:00
Shubhra Srivastava a7f347194b Bael 2812 jpa basic annotation (#6922)
* BALE-2812 : JPA Basic Annotation

* BAEL-2812 : JPA Basic Annotation moving code

* BAEL-2812 : Removing changes from hibernate5 module

* BAEL-2812 : Moving files to java-jpa
2019-05-09 22:12:58 -06:00
amit2103 06047d4280 [BAEL-14315] - Added new module spring-persistence-simple and moved one article 2019-05-10 00:22:34 +05:30
Erhan Karakaya d783aba7dc BAEL-2839 Added code samples (#6916) 2019-05-08 16:31:19 -06:00
amit2103 804cfd5215 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12800 2019-05-08 21:26:38 +05:30
collaboratewithakash ee477bbfa0
Back-link added 2019-05-08 16:45:57 +05:30
collaboratewithakash cccba61e72
Back-link added 2019-05-08 16:42:48 +05:30
collaboratewithakash cb39ba6e6c
Back-link added 2019-05-08 16:21:52 +05:30
collaboratewithakash 203ae4f81e
Back-link added 2019-05-08 16:14:58 +05:30
collaboratewithakash 529d462c03
Update README.md 2019-05-08 16:11:20 +05:30
collaboratewithakash 6b0676c98e
Back-link added 2019-05-08 16:09:57 +05:30
collaboratewithakash f44662ef1e
Back-link added 2019-05-08 14:35:17 +05:30
collaboratewithakash a205fb8b21
Back-link added 2019-05-08 14:27:51 +05:30
collaboratewithakash 07102c0199
Back-link added 2019-05-08 14:21:38 +05:30
collaboratewithakash a28f6d4394
Back-link added 2019-05-08 14:17:43 +05:30
collaboratewithakash 7ef65f7b7a
Back-link added 2019-05-08 12:47:42 +05:30
collaboratewithakash 4427b9ca22
Back-link added 2019-05-08 12:36:35 +05:30
collaboratewithakash 23c2b337f0
Back-link added 2019-05-08 12:25:32 +05:30
Krzysztof Majewski 51a9d7b0d6 BAEL-2799 (#6904)
* BAEL-2799

* constructor name fix

* method name fix

* add database

* fix tests
2019-05-07 10:34:15 -06:00
Loredana Crusoveanu 0c0f148320
Merge pull request #6902 from amit2103/BAEL-14249
[BAEL-14249] - POM Properties Cleanup
2019-05-06 23:22:19 +03:00
Shubhra Srivastava e4abb5af73 BALE-2812 : JPA Basic Annotation (#6869)
* BALE-2812 : JPA Basic Annotation

* BAEL-2812 : JPA Basic Annotation moving code

* BAEL-2812 : Removing changes from hibernate5 module
2019-05-05 19:28:23 -06:00
amit2103 aacd8866b0 [BAEL-14249] - POM Properties Cleanup 2019-05-06 00:34:04 +05:30
amit2103 e7e500104b [BAEL-12800] - Corrected password field 2019-05-04 21:33:47 +05:30
Vivek dd877c6b2c BAEL-2857 Defining a JPA Entity - changed the table name 2019-05-04 15:31:50 +05:30
amit2103 8193cd26bf Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12800 2019-05-04 11:38:44 +05:30
Krzysztof Majewski ccd28428f3 Bael 2799 (#6849)
* BAEL-2799

* fix import lombok

* move to proper module

* filename fix

* filename fix

* fix tests

* fix test methods

* fix test methods
2019-05-03 22:33:45 -06:00
sheryllresulta 111b5b5d10
Update README.md 2019-05-03 14:48:18 +08:00
sheryllresulta b029e0f3d3
Update README.md 2019-05-03 14:47:44 +08:00