- 
                Notifications
    
You must be signed in to change notification settings  - Fork 36
 
Open
Description
Hy,
my config for generate Entity and Repository Class.
{ "export": "doctrine2-annotation", "zip": false, "dir": "module/Application/src/Application/Entity", "params": { "backupExistingFile": true, "skipPluralNameChecking": false, "enhanceManyToManyDetection": true, "bundleNamespace": "", "entityNamespace": "Entity", "repositoryNamespace": "Entity\\Repositories", "useAnnotationPrefix": "ORM\\", "useAutomaticRepository": true, "indentation": 4, "filename": "%entity%.%extension%", "quoteIdentifier": false, "propertyNameCodingStyle": "lowercamelcase", "tableNameCodingStyle": "underscore", "columnNameCodingStyle": "underscore" } }
But the exporter only generate Entity Class Files not the Repository Class Files. :-(
Metadata
Metadata
Assignees
Labels
No labels