开发者

adding custom associations to metadata

开发者 https://www.devze.com 2023-02-24 22:03 出处:网络
I have a database and i generate entities using DisconnectedClassMetadataFactory and EntityGenerator. Indeed, 开发者_JS百科metadata driver do not create associations, because column names in db are no

I have a database and i generate entities using DisconnectedClassMetadataFactory and EntityGenerator. Indeed, 开发者_JS百科metadata driver do not create associations, because column names in db are not well named (basically, it's id_ as primary id and a reference in other tables). How can I change behavior of metadata factory or treat metadata info after to add those associations?

0

精彩评论

暂无评论...
验证码 换一张
取 消