Doctrine orm 如何在Doctrine2';s NamingStrategy接口?

Doctrine orm 如何在Doctrine2';s NamingStrategy接口?,doctrine-orm,Doctrine Orm,我想复制我们现有的表结构,并对所有列使用表前缀: table name: TBLO_TABLE_ONE table columns: TBLO_COLUMN_ONE TBLO_COLUMN_TWO etc... 然而,NamingStrategy的条令界面似乎并不适合。有什么想法吗?我已经向doctrine2github存储库提交了一个请求,添加了这个功能 我已经向doctrine2github存储库提交了一个pull请求,添加了此功能

我想复制我们现有的表结构,并对所有列使用表前缀:

table name: 
  TBLO_TABLE_ONE
table columns:
  TBLO_COLUMN_ONE
  TBLO_COLUMN_TWO
  etc...

然而,NamingStrategy的条令界面似乎并不适合。有什么想法吗?

我已经向doctrine2github存储库提交了一个请求,添加了这个功能


我已经向doctrine2github存储库提交了一个pull请求,添加了此功能