#foreach($association in $associationList)
#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) $entity.description #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.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 #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