Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据文档(搜索“名称(可选):完整”字符串以定位句子),类元素的名称属性在映射(hbm.xml)文件中是可选的。如果是这样,Hibernate 如何知道要将表映射到哪个类?
提前致谢。
name(可选):持久类或接口的全限定 Java 类名。如果缺少此属性,则假定映射是针对非 POJO 实体的。