Skip to content

Commit 8c30f5e

Browse files
authored
Deprecate Entityql, NativeSql, KEntityql, and KNativeSql (#1248)
2 parents ca0637d + e20fa96 commit 8c30f5e

File tree

105 files changed

+123
-11117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+123
-11117
lines changed

doma-core/src/main/java/org/seasar/doma/jdbc/criteria/Entityql.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
/**
3030
* Provides the ways to query and associate entities. Use {@link NativeSql} to issue more complex
3131
* SQL statements than this class does.
32+
*
33+
* @deprecated Use {@link QueryDsl} instead.
3234
*/
35+
@SuppressWarnings("removal")
36+
@Deprecated(since = "3.2.0", forRemoval = true)
3337
public class Entityql {
3438

3539
protected final Config config;

doma-core/src/main/java/org/seasar/doma/jdbc/criteria/NativeSql.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
/**
3232
* Provides the ways to issue more complex SQL statements rather than {@link Entityql} does. But
3333
* note that this class doesn't support to associate entities.
34+
*
35+
* @deprecated Use {@link QueryDsl} instead.
3436
*/
37+
@SuppressWarnings("removal")
38+
@Deprecated(since = "3.2.0", forRemoval = true)
3539
public class NativeSql {
3640

3741
protected final Config config;

doma-core/src/test/java/org/seasar/doma/jdbc/criteria/EntityqlBatchDeleteTest.java

Lines changed: 0 additions & 58 deletions
This file was deleted.

doma-core/src/test/java/org/seasar/doma/jdbc/criteria/EntityqlBatchInsertTest.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

doma-core/src/test/java/org/seasar/doma/jdbc/criteria/EntityqlBatchUpdateTest.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

doma-core/src/test/java/org/seasar/doma/jdbc/criteria/EntityqlDeleteTest.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

doma-core/src/test/java/org/seasar/doma/jdbc/criteria/EntityqlInsertTest.java

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)