开发者

What is the meaning of this error "org.hibernate.MappingException: Same physical table name reference several logical table names:"

开发者 https://www.devze.com 2023-03-10 20:05 出处:网络
Can somebody explain what is the meaning of this error? or开发者_开发百科g.hibernate.MappingException: Same physical table name reference several logical table names:

Can somebody explain what is the meaning of this error?

or开发者_开发百科g.hibernate.MappingException: Same physical table name reference several logical table names:


Most likely, your database table is defined more than once (in .hbm.xml or using annotations). It could well be accidental if your classloader sees too much resources.

0

精彩评论

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