Skip to content

Commit ef4664f

Browse files
committed
Remove Hibernate stuff
1 parent b2b797d commit ef4664f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

stroom-query-testing/src/test/java/stroom/query/testing/jooq/app/TestQueryableJooqEntity.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
import stroom.query.audit.model.IsDataSourceField;
88
import stroom.query.jooq.JooqEntity;
99
import stroom.query.jooq.QueryableJooqEntity;
10-
//
11-
//import javax.persistence.Column;
12-
//import javax.persistence.Id;
10+
1311
import java.util.function.Supplier;
1412

1513
@JooqEntity(tableName = "test_jooq_entity")
@@ -31,8 +29,6 @@ public AbstractField get() {
3129
}
3230
}
3331

34-
// @Id
35-
// @Column(name = COLOUR)
3632
@IsDataSourceField(fieldSupplier = ColourField.class)
3733
public String getColour() {
3834
return colour;
@@ -49,8 +45,6 @@ public AbstractField get() {
4945
}
5046
}
5147

52-
// @Id
53-
// @Column(name = ID)
5448
@IsDataSourceField(fieldSupplier = IdField.class)
5549
public String getId() {
5650
return id;

0 commit comments

Comments
 (0)