With the deprecation removal of EntityGenerator and all convert mapping commands scheduled for ORM 3.0 the question is about how this is used in related packages and what we should plan to suggest as a way forward.
DoctrineBundle uses DisconnectedMetadataFactory for Symfony based convert mapping commands and entity generator.
Essentially code generation for both database reverse engineering and as regular code generation for RAD should be built without relying on ClassMetadata in the future and instead build their own meta model or go directly for code generation based on inputs.
Can you give some input or state your objections @ostrolucky @greg0ire @weaverryan ?
With the deprecation removal of
EntityGenerator
and all convert mapping commands scheduled for ORM 3.0 the question is about how this is used in related packages and what we should plan to suggest as a way forward.Essentially code generation for both database reverse engineering and as regular code generation for RAD should be built without relying on
ClassMetadata
in the future and instead build their own meta model or go directly for code generation based on inputs.Can you give some input or state your objections @ostrolucky @greg0ire @weaverryan ?