java 代码
package com.bjsxt.hibernate.one2many;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hib ...
- 17:05
- 浏览 (755)
- 评论 (0)
- 分类: Hibernate学习
java 代码
package com.bjsxt.hibernate.one2many;
import org.hibernate.cfg.Configuration;
import org.hibernate.tool.hbm2ddl.SchemaExport;
public class ExportToDB { &nb ...
- 17:03
- 浏览 (523)
- 评论 (0)
- 分类: Hibernate学习
xml 代码
xml version="1.0" encoding="utf-8"?>
PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
"http://hibernate.sourcefor ...
- 16:59
- 浏览 (1407)
- 评论 (0)
- 分类: Hibernate学习







评论排行榜