-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
261 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...src/test/java/com/speedment/jpastreamer/integration/test/inheritance/InheritanceTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...s/src/test/java/com/speedment/jpastreamer/integration/test/inheritance/docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
.../src/test/java/com/speedment/jpastreamer/integration/test/inheritance/model/BlogPost.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...ests/src/test/java/com/speedment/jpastreamer/integration/test/inheritance/model/Book.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...c/test/java/com/speedment/jpastreamer/integration/test/inheritance/model/Publication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...on-tests/src/test/java/com/speedment/jpastreamer/integration/test/inheritance/run-test.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
#!/bin/sh | ||
# | ||
# JPAstreamer - Express JPA queries with Java Streams | ||
# Copyright (c) 2020-2022, Speedment, Inc. All Rights Reserved. | ||
# | ||
# License: GNU Lesser General Public License (LGPL), version 2.1 or later. | ||
# | ||
# This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; | ||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
# See the GNU Lesser General Public License for more details. | ||
# | ||
# See: https://github.com/speedment/jpa-streamer/blob/master/LICENSE | ||
# | ||
|
||
|
||
docker-compose rm -v -f -s test-db && docker-compose up -d | ||
mysql -h 127.0.0.1 -P 3305 -u speedment -ppassword publications |
13 changes: 13 additions & 0 deletions
13
...sts/src/test/java/com/speedment/jpastreamer/integration/test/inheritance/scripts/data.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...s/src/test/java/com/speedment/jpastreamer/integration/test/inheritance/scripts/schema.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...c/test/java/com/speedment/jpastreamer/integration/test/inheritance2/InheritanceTest2.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
.../src/test/java/com/speedment/jpastreamer/integration/test/inheritance2/docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...s/src/test/java/com/speedment/jpastreamer/integration/test/inheritance2/model/Author.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...rc/test/java/com/speedment/jpastreamer/integration/test/inheritance2/model/BlogPost2.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...ts/src/test/java/com/speedment/jpastreamer/integration/test/inheritance2/model/Book2.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...test/java/com/speedment/jpastreamer/integration/test/inheritance2/model/Publication2.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...n-tests/src/test/java/com/speedment/jpastreamer/integration/test/inheritance2/run-test.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
#!/bin/sh | ||
# | ||
# JPAstreamer - Express JPA queries with Java Streams | ||
# Copyright (c) 2020-2022, Speedment, Inc. All Rights Reserved. | ||
# | ||
# License: GNU Lesser General Public License (LGPL), version 2.1 or later. | ||
# | ||
# This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; | ||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
# See the GNU Lesser General Public License for more details. | ||
# | ||
# See: https://github.com/speedment/jpa-streamer/blob/master/LICENSE | ||
# | ||
|
||
|
||
docker-compose rm -v -f -s test-db-2 && docker-compose up -d | ||
mysql -h 127.0.0.1 -P 3304 -u speedment -ppassword testdb2 |
13 changes: 13 additions & 0 deletions
13
...ts/src/test/java/com/speedment/jpastreamer/integration/test/inheritance2/scripts/data.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
.../src/test/java/com/speedment/jpastreamer/integration/test/inheritance2/scripts/schema.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...dgenerator.test/src/main/java/com/speedment/jpastreamer/fieldgenerator/test/BlogPost.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...fieldgenerator.test/src/main/java/com/speedment/jpastreamer/fieldgenerator/test/Book.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...nerator.test/src/main/java/com/speedment/jpastreamer/fieldgenerator/test/Publication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters