Hibernate
文章平均质量分 80
guojunjian
这个作者很懒,什么都没留下…
展开
-
游离状态的对象和瞬时状态的对象有什么区别?
游离状态的对象和瞬时状态的对象有什么区别? 答案一: Hibernate的对象有3种状态,分别为:瞬时态(Transient)、 持久态(Persistent)、脱管态(Detached)。处于持久态的对象也称为PO(Persistence Object),瞬时对象和脱管对象也称为VO(Value Object)。 瞬时态 由new命原创 2012-08-01 17:46:59 · 3303 阅读 · 0 评论 -
Hibernate Auto-generate .hbm and .java
This is one of the best descriptions of how to use the Hibernate tools to reverse engineer a DB into ,hbm and .java files automatically. I will post the description here if it will ever disappear原创 2012-08-03 21:23:56 · 1079 阅读 · 0 评论 -
How to Generate Hibernate Pojo Classes from DB Tables
Download the hibernate-tools jar. [1] and extract the jar to dropins folder of Eclipse. Ads by Google Fastest VPN for Asia Unblock all sites. Try Risk Free. 100% Secure & Anony原创 2012-08-23 11:52:15 · 698 阅读 · 0 评论 -
How To Install Hibernate / JBoss Tools In Eclipse IDE
Hibernate Tools is a handy tool for Java’s developers to generate tedious hibernate related stuffs like mapping files and annotation code. The common use case is the “reverse engineering” feature to原创 2012-08-23 11:47:40 · 1096 阅读 · 0 评论