
database
文章平均质量分 57
doctordenis
enjoy life
展开
-
what is the difference between inner join and outer join
inner join: as long as there is a match between the columns in both tables, it return rows from the both tables. it likes the maths terms:intersection SELECT column_name(s) FROM table1 INNER JO原创 2013-08-30 22:24:37 · 638 阅读 · 0 评论 -
where is difference among jpa jdbc jta
in order to a difference exists ,there should be something in common.they are all realtional database related. database transaction:a logical unit of database operations performed as a whole process.原创 2013-09-06 11:59:09 · 595 阅读 · 0 评论 -
equals and hashcode method in hibernate framework
there are basically two reasons you need to override equals and hashcode method in the POJO class 1 if you tend to put the instances of the persistenct classes into the Java collecti .like Set原创 2013-09-09 13:17:19 · 613 阅读 · 0 评论