File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
main/java/com/ibm/cldk/entities Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,9 @@ public class CRUDOperation {
17
17
@ NotImplemented
18
18
private String targetTable = null ;
19
19
@ NotImplemented
20
- private List <String > involvedFields ;
20
+ private List <String > involvedColumns ;
21
21
@ NotImplemented
22
22
private String condition ;
23
23
@ NotImplemented
24
24
private List <String > joinedTables ;
25
- @ NotImplemented
26
- private String technology ;
27
- @ NotImplemented
28
- private boolean isBatchOperation = false ;
29
-
30
- public CRUDOperation (int lineNumber , CRUDOperationType crudOperationType ) {
31
- this .lineNumber = lineNumber ;
32
- this .operationType = crudOperationType ;
33
- }
34
25
}
Original file line number Diff line number Diff line change @@ -181,11 +181,9 @@ void shouldBeAbleToDetectCRUDOperationsAndQueriesForPlantByWebsphere() throws Ex
181
181
"\" line_number\" : 115," +
182
182
"\" operation_type\" : \" READ\" ," +
183
183
"\" target_table\" : null," +
184
- "\" involved_fields \" : null," +
184
+ "\" involved_columns \" : null," +
185
185
"\" condition\" : null," +
186
- "\" joined_tables\" : null," +
187
- "\" technology\" : null," +
188
- "\" is_batch_operation\" : false" +
186
+ "\" joined_tables\" : null" +
189
187
"}]" ;
190
188
191
189
// Expected JSON for CRUD Queries
You can’t perform that action at this time.
0 commit comments