
hibernate
勇哥聊IT
分享编程心得,共赏技术风景
展开
-
使用maven构建hibernate
参考 https://community.jboss.org/wiki/BuildingHibernateFromSource35?_sscc=t hibernate 仓库配置 https://repository.jboss.org/nexus/content/groups/public/org/hibernate/hibernate-core/ Maven 2原创 2012-07-05 17:48:19 · 784 阅读 · 0 评论 -
Hibernate学习笔记
maven pom配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/x原创 2012-12-09 21:00:49 · 2530 阅读 · 0 评论 -
Spring整合Hibernate
http://blog.youkuaiyun.com/kkdelta/article/details/5587659转载 2013-01-04 16:58:55 · 517 阅读 · 0 评论 -
java 序列化到mysql数据库中
使用hibernate跟数据库打交道 hibernate配置文件如下 <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">原创 2013-01-14 11:42:38 · 2996 阅读 · 0 评论