+
+
${pageType} ${Entity}
+
+
+
+ <#list attributes as attribute>
+ <#if (attribute.getClass().getSimpleName()) == "Id">
+ <#if pageType == "Create">
+ <#if (attribute.generatedValue == false)>
+ <@test fieldAttribute=attribute parentAttribute=attribute/>
+ #if>
+ <#elseif pageType == "Update">
+
+
+ #if>
+ #if>
+
+ <#if (attribute.getClass().getSimpleName()) == "Basic">
+ <@test fieldAttribute=attribute parentAttribute=attribute/>
+ #if>
+
+ <#if (attribute.getClass().getSimpleName()) == "Embedded">
+ <#list embeddables as embeddable>
+ <#if attribute.name?matches(embeddable.name, "i")>
+ <#list embeddable.getAttributes().getAllAttribute() as emAttribute>
+ <#if emAttribute.attributeType??>
+ <@test fieldAttribute=emAttribute parentAttribute=attribute/>
+ #if>
+ #list>
+ #if>
+ #list>
+ #if>
+ #list>
+
+
+
+
+
+
+
+