Commit Graph

13 Commits

Author SHA1 Message Date
Jordan Simpson
fefe80fe03 Added "Unit" to the class name to satisfy the pmd.xml violation. 2020-10-08 08:42:56 -05:00
Jordan Simpson
48cca0726e Fixed test code after merge from master. 2020-10-07 23:13:14 -05:00
Jordan Simpson
65eea34934 Merge branch 'master' into BAEL-4590 2020-10-03 14:53:34 -05:00
Jordan Simpson
7afc518e78 Added code examples from the article. 2020-10-03 00:42:54 -05:00
fdpro
e528cfa75c [JAVA-2306] Moved articles from spring-persistence-simple-2
* https://www.baeldung.com/spring-jdbctemplate-testing went to spring-jdbc

* https://www.baeldung.com/spring-jdbctemplate-in-list went to spring-jdbc

* https://www.baeldung.com/spring-mock-jndi-datasource went to spring-persistence-simple

* Deleted spring-persistence-simple-2 module as all articles have been moved
2020-09-02 20:22:44 +02:00
fdpro
02ce7f1b58 [JAVA-2306] Moved articles from spring-persistence-simple
* https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa went into spring-jpa-2

* https://www.baeldung.com/hibernate-5-spring went to spring-jpa-2

* https://www.baeldung.com/transaction-configuration-with-jpa-and-spring went to spring-jpa-2

* https://www.baeldung.com/persistence-layer-with-spring-and-hibernate went to spring-jpa-2

* https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics went to spring-jpa-2

* https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa went to spring-data-jpa-repo-2

* https://www.baeldung.com/spring-data-jpa-query went to spring-data-jpa-query-2

* https://www.baeldung.com/spring-jdbc-jdbctemplate moved to spring-jdbc

* Removed spring-persistence-simple module as all articles have been moved
2020-09-02 20:22:44 +02:00
Yavuz Tas
81dfbe8aae Changes for BAEL-2621 (#9217)
* update dependency versions to latest

* merge repository packages

* remove obselete xml configuration

* fix formatting

* clean up

* update package name

* revert spring data jpa xml config and demonstrate how to import in PersistenceConfig by a commented @ImportResource annotation

* rename jpa repositories xml to make it more clear

* remove obselete @EnableJpaRepositories configs since we don't use spring data's jpa repositories for these congigurations
2020-05-06 21:22:23 -05:00
Yavuz Tas
11a87fa9d0 Update code base for BAEL-3872 (#9032)
* resolve an sql syntax error for H2 version 1.4.200

* update spring and spring-data-jpa version to latest
migrate spring-data-jpa Sort initializations to Sort.by static factory methods to fix compile errors

* update hibernate version to latest

* cleanup code

* show how to get a bean object from factory bean as shown in the section 4

* update mysql version and fix tests under persistence.service

* clean up code
2020-04-19 09:18:58 -05:00
kwoyke
23874fb31e BAEL-3729: Use entityManagerFactory method name to match the code in the article (#8519) 2020-01-13 06:24:24 +01:00
maryarm
779ae2f7a3 #BAEL-3228: Unit tests for Transaction Propagation and Isolation in Spring @Transactional 2019-10-04 15:44:46 +03:30
Dhawal Kapil
a7c0f0b0d9 BAEL-16783 Slice 2 | The top 100 articles should have their own package in the module 2019-08-17 00:57:57 +05:30
Loredana
cbac5e3e76 BAEL-12937 2019-05-18 15:34:01 +03:00
amit2103
1aed22713d [BAEL-14316] - Copied code for Bootstrapping Hibernate with Spring article 2019-05-11 00:33:30 +05:30