Skip to content

Commit

Permalink
unify entityTableName naming in MapsId integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpaw committed Mar 13, 2022
1 parent 52618c7 commit 66763f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"clientRootFolder": "",
"databaseType": "sql",
"dto": "mapstruct",
"entityTableName": "maps_id_child_entity_withdto",
"entityTableName": "maps_id_child_entity_with_dto",
"fields": [{ "fieldName": "date", "fieldType": "Instant" }],
"fluentMethods": true,
"jpaMetamodelFiltering": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"clientRootFolder": "",
"databaseType": "sql",
"dto": "no",
"entityTableName": "child_entity_wo_dto",
"entityTableName": "maps_id_child_entity_wo_dto",
"fields": [{ "fieldName": "date", "fieldType": "Instant" }],
"fluentMethods": true,
"jpaMetamodelFiltering": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"clientRootFolder": "",
"databaseType": "sql",
"dto": "mapstruct",
"entityTableName": "maps_id_parent_entity_withdto",
"entityTableName": "maps_id_parent_entity_with_dto",
"fields": [{ "fieldName": "name", "fieldType": "String" }],
"fluentMethods": true,
"jpaMetamodelFiltering": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"clientRootFolder": "",
"databaseType": "sql",
"dto": "no",
"entityTableName": "parent_entity_wo_dto",
"entityTableName": "maps_id_parent_entity_wo_dto",
"fields": [{ "fieldName": "name", "fieldType": "String" }],
"fluentMethods": true,
"jpaMetamodelFiltering": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"clientRootFolder": "",
"databaseType": "sql",
"dto": "mapstruct",
"entityTableName": "maps_id_user_profile_withdto",
"entityTableName": "maps_id_user_profile_with_dto",
"fields": [{ "fieldName": "dateOfBirth", "fieldType": "Instant" }],
"fluentMethods": true,
"jpaMetamodelFiltering": false,
Expand Down

0 comments on commit 66763f2

Please sign in to comment.