10 Commits

Author SHA1 Message Date
FrancoCorleone
2c801888e7 BAEL-2090 Insert with JPA
* Adding inserts for JPA objects repositories

* Refactor tests

* Small refactor

* Small refactor

* Remove redundant @Repository annotation

* Refactor tests

* Change to simple entity manager implementation

* Refactor changes

* Remove Spring repositories, Add simple implementation using EntityManager

* Remove redundant Interface

* Remove redundant files

* Update persistence-modules/spring-data-jpa/src/main/java/com/baeldung/dao/repositories/impl/PersonInsertRepository.java

Co-Authored-By: FrancoCorleone <jedfra6@gmail.com>
2018-12-28 16:18:30 -07:00
FrancoCorleone
fb210d0499 BAEL-2090 Insert With JPA
* Adding inserts for JPA objects repositories

* Refactor tests

* Small refactor

* Small refactor

* Remove redundant @Repository annotation

* Refactor tests

* Change to simple entity manager implementation

* Refactor changes
2018-12-17 18:56:30 -07:00
Shubhra Srivastava
50f2388901 BAEL-2411 Spring Data Jpa Pagingg and Sorting (#5912) 2018-12-14 09:26:10 -08:00
geroza
64acbeec4e Migrated modules to parent-boot with spring-boot 2.1:
* spring-boot-persistence
* persistence-modules/spring-data-jpa
* persistence-modules/spring-data-keyvalue
* persistence-modules/spring-data-redis
2018-12-03 21:38:12 -02:00
Loredana
a2722368af add data order methods 2018-11-25 20:10:37 +02:00
Trevor Gowing
322af68ae2 How to sort query results with Spring Data
BAEL-2331
2018-11-25 17:12:25 +02:00
Trevor Gowing
0c384f13b0 Rename limit package to passenger
Rename LimitIntegrationTest to PassengerRepositoryIntegrationTest

Going to include code on sorting so it will no longer be limit specific.

BAEL-2331
2018-11-25 17:12:25 +02:00
Trevor Gowing
0b7f01463c Fix typo Passenger#fistName
BAEL-2208
2018-11-25 17:12:25 +02:00
Trevor Gowing
edbc683094 How to limit query results (#5616)
* JPA/Hibernate
* Spring Data JPA

BAEL-2208
2018-11-07 09:12:00 -08:00
amit2103
21a3a43788 [BAEL-9538] - Move persistence-related modules into the persistence folder 2018-10-20 11:27:08 +05:30