问答详情
源自:9-5 如何定义Entity和Entity之间的关系

entity命名不规范

entity命名不规范

提问者:ForeverGlory 2016-09-08 12:10

个回答

  • 等不到的名字
    2016-10-05 21:23:03

    对于面向对象开发中,需要注意的是,类和对象的命名。

    类开头字母大写,对象开头字母小写。

    你的13行class profile->class Profile

    28行@OneToOne(targetEntity="User",...)

    其实11行的profile是表名,无所谓大小写