36 lines
901 B
JSON
36 lines
901 B
JSON
|
{
|
||
|
"name": "PPreguntaCerradaOpcion",
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldName": "nombre",
|
||
|
"fieldType": "String",
|
||
|
"fieldValidateRules": ["required", "maxlength", "minlength"],
|
||
|
"fieldValidateRulesMaxlength": "500",
|
||
|
"fieldValidateRulesMinlength": "1"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "orden",
|
||
|
"fieldType": "Integer",
|
||
|
"fieldValidateRules": ["required"]
|
||
|
}
|
||
|
],
|
||
|
"relationships": [
|
||
|
{
|
||
|
"relationshipType": "many-to-one",
|
||
|
"otherEntityName": "pPreguntaCerrada",
|
||
|
"otherEntityRelationshipName": "pPreguntaCerradaOpcion",
|
||
|
"relationshipName": "pPreguntaCerrada"
|
||
|
}
|
||
|
],
|
||
|
"entityTableName": "p_pregunta_cerrada_opcion",
|
||
|
"dto": "no",
|
||
|
"pagination": "no",
|
||
|
"service": "serviceClass",
|
||
|
"jpaMetamodelFiltering": true,
|
||
|
"fluentMethods": true,
|
||
|
"readOnly": false,
|
||
|
"embedded": false,
|
||
|
"applications": "*",
|
||
|
"changelogDate": "20210703210932"
|
||
|
}
|