Files
sasiedzi/.jhipster/TransactionItem.json
T
2024-11-13 16:15:18 +01:00

47 lines
1.1 KiB
JSON

{
"annotations": {
"changelogDate": "20241113151058"
},
"fields": [
{
"fieldName": "amount",
"fieldType": "BigDecimal"
},
{
"fieldName": "comment",
"fieldType": "String",
"fieldValidateRules": []
}
],
"name": "TransactionItem",
"pagination": "no",
"readOnly": false,
"relationships": [
{
"otherEntityField": "id",
"otherEntityName": "userAccount",
"otherEntityRelationshipName": "transactionItem",
"relationshipName": "userAccount",
"relationshipSide": "left",
"relationshipType": "many-to-one"
},
{
"otherEntityField": "id",
"otherEntityName": "transaction",
"otherEntityRelationshipName": "transactionItem",
"relationshipName": "transaction",
"relationshipSide": "left",
"relationshipType": "many-to-one"
},
{
"otherEntityField": "name",
"otherEntityName": "event",
"relationshipName": "event",
"relationshipSide": "left",
"relationshipType": "many-to-one"
}
],
"searchEngine": "no",
"service": "no"
}