protected static function generateTypePath(AggregateRootType $aggregate_root_type, $path)
 {
     return sprintf('%1$s%2$s%3$s_%4$s%2$s%5$s%2$s%6$s', AgaviConfig::get('core.modules_dir'), DIRECTORY_SEPARATOR, $aggregate_root_type->getVendor(), $aggregate_root_type->getPackage(), $path, $aggregate_root_type->getName());
 }