读书人

多对多单向联系关系

发布时间: 2012-09-06 10:37:01 作者: rapoo

多对多单向关联

?老师和学生:

?

Annotation配置:

?

?

?

?

?

package com.zchen.hibernate;import org.hibernate.cfg.AnnotationConfiguration;import org.hibernate.tool.hbm2ddl.SchemaExport;import org.junit.Test;public class Snippet {@Testpublic void testSchemaExport(){new SchemaExport(new AnnotationConfiguration().configure()).create(true, true);}}

?

读书人网 >软件架构设计

热点推荐