metadata icon indicating copy to clipboard operation
metadata copied to clipboard

Metadata validation

Open sandermarechal opened this issue 11 years ago • 0 comments

I would like to be able to validate the metadata somehow. This means that I would need to somehow hook into the MetadataFactory so I can validate the my ClassMetadata before it is returned by getMetadataForClass.

I cannot do this in the driver because ClassMetadata needs to be merged before it is validated. There seems to way to hook into the MetadataFactory after the class hierarchy metadata has been merged.

sandermarechal avatar Jun 18 '13 07:06 sandermarechal