首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

spring roo实业建立关联关系

2012-09-09 
spring roo实体建立关联关系many to oneentity --class ~.domain.Photo --testAutomaticallyfield set --f

spring roo实体建立关联关系

many to one

entity --class ~.domain.Photo --testAutomatically

field set --fieldName photos --type ~.domain.Photo

field reference --fieldName template --type ~.domain.Template

?

Many to Many

?

field set --fieldName photos --type ~.domain.Photo --cardinality MANY_TO_MANY --class Template


field set --fieldName templates --type ~.domain.Template --cardinality MANY_TO_MANY --class Photo --mappedBy templates

?

增加字段

?

field number --fieldName COMPRESSPERCENTAGE --type ~.domain.Photo

热点排行