Commit Graph

16 Commits

Author SHA1 Message Date
fanatixan 163585858b Use Criteria Queries in a Spring Data Application (#5014)
* Use Criteria Queries in a Spring Data Application

* formatting fix

* making the workflow more readable
2018-08-29 08:39:01 +03:00
Amit Pandey a9645c0938 Fixed integration test of spring-jpa module through inmemory H2 DB (#4740)
* [BAEL-7621] - Fixed integration test of spring-hibernate-5 module by introducing H2 database

* [BAEL-7645] - Fixed integration test of spring-jpa module through H2 inmemory DB
2018-07-17 18:27:39 +02:00
Loredana Crusoveanu 83dc373f81 query type fix 2018-06-23 20:31:50 +03:00
fanatixan 8e36e2b155 spring data jpa annotation examples (#4309) 2018-05-30 22:06:54 +03:00
abialas 7b92a38bed BAEL-1679 (#4149)
* BAEL-1412 add java 8 spring data features

* BAEL-21 new HTTP API overview

* BAEL-21 fix executor

* BAEL-1432 add custom gradle task

* BAEL-1567 add samples of cookie and session in serlvet

* BAEL-1567 use stream api

* BAEL-1567 fix optional

* BAEL-1679 add query annotation jpa spring data

* BAEL-1679 added new junits

* BAEL-1679 use assertJ, use givenWhenThen naming convention

* BAEL-1679 move query annotation examples to persistence modules

* BAEL-1679 fix formatting
2018-05-01 20:42:52 -05:00
linhvovn 6561af5cd2 Bael 1684 - Move to spring-jpa (#4015)
* [tlinh2110] BAEL 1684 Init

* [BAEL1684-tlinh2110] Move to spring-jpa

* [BAEL-1684 tlinh2110] Remove unused file
2018-04-15 21:49:12 +02:00
Eugen Paraschiv dffd5fd903 minor formatting work 2018-03-11 00:07:32 +02:00
Loredana Crusoveanu 0961f1154c
Merge pull request #3716 from christopherfranklin/master
[BAEL-1575] Advanced tagging implementation with JPA
2018-03-10 22:37:40 +02:00
Eugen Paraschiv 41a377a456 removing unused imports 2018-03-10 21:33:31 +02:00
Chris Franklin 8e0cececdb [BAEL-1575] Cleanup original test 2018-02-26 10:42:39 -05:00
Chris Franklin bb7f7a0588 [BAEL-1575] Move tests to separate suite 2018-02-26 10:40:25 -05:00
Chris Franklin 32d8694a52 Merge remote-tracking branch 'upstream/master' 2018-02-23 17:08:24 -05:00
Chris Franklin 64dd15eaf4 [BAEL-1575] Advanced tagging implementation with JPA 2018-02-23 17:01:23 -05:00
christopherfranklin 3d4a179ca3 [BAEL-1542] - Simple Tagging with JPA (#3626)
* Code samples for Simple Tagging with JPA

* Fix pom relative path for spring-jpa
2018-02-12 22:36:16 +00:00
Chris Franklin d0ff2aa57d Code samples for Simple Tagging with JPA 2018-02-09 14:37:58 -05:00
Doha2012 c1ecbf5710 move spring-jpa to persistence-modules (#3134)
* move security content from spring-security-rest-full

* swagger update

* move query language to new module

* rename spring-security-rest-full to spring-rest-full

* group persistence modules

* group testing modules

* try fix conflict

* cleanup

* group and cleanup

* add readme to grouping modules

* move spring-jpa to persistence-modules
2017-11-26 08:40:54 +01:00