123 lines
2.6 KiB
JSON
123 lines
2.6 KiB
JSON
|
{
|
||
|
"name": "UnitArmy",
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldName": "unitName",
|
||
|
"fieldType": "String"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "unitDescription",
|
||
|
"fieldType": "byte[]",
|
||
|
"fieldTypeBlobContent": "text"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "enemyUnitsDestroyed",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "enemyPsychicDestroyed",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "enemyRangedDestroyed",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "enemyMeleeDestroyed",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "agendaOneTally",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "agendaTwoTally",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "agendaThreeTally",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "equipment",
|
||
|
"fieldType": "String"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "psychicPowersTaken",
|
||
|
"fieldType": "String"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "warlordTraits",
|
||
|
"fieldType": "String"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "relics",
|
||
|
"fieldType": "String"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "otherUpgrades",
|
||
|
"fieldType": "byte[]",
|
||
|
"fieldTypeBlobContent": "text"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "crusadePointsUnit",
|
||
|
"fieldType": "Integer"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "experiencePoints",
|
||
|
"fieldType": "Integer"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "battlesPlayed",
|
||
|
"fieldType": "Integer"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "battlesSurvived",
|
||
|
"fieldType": "Integer"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "rank",
|
||
|
"fieldType": "String"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "battleHonours",
|
||
|
"fieldType": "String"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "battleScars",
|
||
|
"fieldType": "String"
|
||
|
}
|
||
|
],
|
||
|
"relationships": [
|
||
|
{
|
||
|
"relationshipType": "many-to-one",
|
||
|
"otherEntityName": "unitBase",
|
||
|
"otherEntityRelationshipName": "unitArmy",
|
||
|
"relationshipValidateRules": "required",
|
||
|
"relationshipName": "unitBase",
|
||
|
"otherEntityField": "unitName"
|
||
|
},
|
||
|
{
|
||
|
"relationshipType": "many-to-one",
|
||
|
"otherEntityName": "army",
|
||
|
"otherEntityRelationshipName": "unitArmy",
|
||
|
"relationshipValidateRules": "required",
|
||
|
"relationshipName": "army",
|
||
|
"otherEntityField": "armyName"
|
||
|
}
|
||
|
],
|
||
|
"changelogDate": "20200727033816",
|
||
|
"entityTableName": "unit_army",
|
||
|
"dto": "no",
|
||
|
"pagination": "no",
|
||
|
"service": "serviceImpl",
|
||
|
"jpaMetamodelFiltering": false,
|
||
|
"fluentMethods": true,
|
||
|
"readOnly": false,
|
||
|
"embedded": false,
|
||
|
"clientRootFolder": "",
|
||
|
"applications": "*",
|
||
|
"searchEngine": false,
|
||
|
"databaseType": "sql"
|
||
|
}
|