We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b797d commit ef4664fCopy full SHA for ef4664f
stroom-query-testing/src/test/java/stroom/query/testing/jooq/app/TestQueryableJooqEntity.java
@@ -7,9 +7,7 @@
7
import stroom.query.audit.model.IsDataSourceField;
8
import stroom.query.jooq.JooqEntity;
9
import stroom.query.jooq.QueryableJooqEntity;
10
-//
11
-//import javax.persistence.Column;
12
-//import javax.persistence.Id;
+
13
import java.util.function.Supplier;
14
15
@JooqEntity(tableName = "test_jooq_entity")
@@ -31,8 +29,6 @@ public AbstractField get() {
31
29
}
32
30
33
34
-// @Id
35
-// @Column(name = COLOUR)
36
@IsDataSourceField(fieldSupplier = ColourField.class)
37
public String getColour() {
38
return colour;
@@ -49,8 +45,6 @@ public AbstractField get() {
49
45
50
46
51
47
52
53
-// @Column(name = ID)
54
48
@IsDataSourceField(fieldSupplier = IdField.class)
55
public String getId() {
56
return id;
0 commit comments