% var keyPrefix = angularAppName + '.'+ entityInstance; %>
Field | Value |
---|---|
<%=fields[fieldId].fieldNameCapitalized%> | <% if (fields[fieldId].fieldIsEnum) {
var enumPrefix = angularAppName + '.'+ fields[fieldId].fieldType; %>
<%
} else if (fields[fieldId].fieldType == 'byte[]' && fields[fieldId].fieldTypeBlobContent == 'image') { %>
|
<%=relationshipName%> | <% if (otherEntityName == 'user') { -%> <% if (relationshipType == 'many-to-many') { -%> {{<%= relationshipFieldName %>.<%= otherEntityField %>}}{{$last ? '' : ', '}} <% } else { -%> <% if (dto == 'no') { -%> {{<%= entityInstance + "." + relationshipFieldName + "." + otherEntityField %>}} <% } else { -%> {{<%= entityInstance + "." + relationshipFieldName + otherEntityFieldCapitalized %>}} <% } -%> <% } -%> <% } else { -%> <% if (relationshipType == 'many-to-many') { -%> {{<%= relationshipFieldName %>.<%= otherEntityField %>}}{{$last ? '' : ', '}} <% } else { -%> <% if (dto == 'no') { -%> })">{{<%= entityInstance + "." + relationshipFieldName + "." + otherEntityField %>}} <% } else { -%> })">{{<%= entityInstance + "." + relationshipFieldName + otherEntityFieldCapitalized %>}} <% } -%> <% } -%> <% } -%> |