
persistent layer
doctordenis
enjoy life
展开
-
how do you configure Hibernate
as is well known, Hibernate framework is an object persistent technology which let programmers operate database in object oriented method, it encapsulate the lower level details of different databas原创 2013-08-26 20:15:48 · 470 阅读 · 0 评论 -
what are the general steps involved in JEE projects via Hibernate and Spring
the general steps involve the following: 1 creating the domain objects 2 creating DAO interfaces and implementations 3 creating Service interfaces and implementations 4 finally,using an IOC conta原创 2013-08-30 11:59:22 · 545 阅读 · 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 评论 -
what is the difference between jpa and hibernate
maybe you have questions about JPA and Hibernate:such what is JPA ?what is Hibernate ? JPA and Hiberneate can use together? well,before we start it,we should understand of ORM , object relational map原创 2013-09-01 12:29:47 · 626 阅读 · 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 评论 -
the design principles and code analysis of hibernate lazy loading
as we all know,Hibernate is already one of the most popular ORM frameworks. and its performance is key highlight .when we use ORM framework,there will be a lot of convertions between objects and data原创 2013-09-05 10:49:39 · 717 阅读 · 0 评论