#foreach($association in $associationList) #if($association.hasDescription()) $esc.xml($association.description) #end
#if($association.multiplicity == "ONE2MANY" || $association.multiplicity == "MANY2MANY") #else #end #if( ! $association.isComposition) #if($association.multiplicity == "MANY2ONE" || $association.multiplicity == "MANY2MANY") #else #end #end #end #foreach($entity in $entityList) #if($entity.hasDescription()) $esc.xml($entity.description) #end #foreach($association in $entity.neighbours) #if( $association.isComposition) #if($association.multiplicity == "MANY2ONE" || $association.multiplicity == "MANY2MANY") #else #end #end #end #foreach($prop in $entity.properties) #if($prop.propertyValue.contains("java.lang")) #if($prop.hasDescription()) $esc.xml($prop.description) #end #if($prop.propertyValue == "java.lang.String") #end #if($prop.propertyValue == "java.lang.Long") #end #if($prop.propertyValue == "java.lang.Boolean") #end #if($prop.propertyValue == "java.lang.Integer") #end #elseif(! $prop.hasEntity()) #* *# #else #if($prop.hasDescription()) $esc.xml($prop.description) #end #end #end #end
#foreach($association in $associationList) #if( ! $association.isComposition) #end #end #foreach($entity in $entityList) #foreach($association in $entity.neighbours) #if( $association.isComposition) #end #end #foreach($prop in $entity.properties) #end #end