Tag: advantage of hibernate
Main Advantage And Disadvantages Of Hibernates
by  java4s | 44 Comments
  [ Ask Question ]
Let us see what are the advantages and disadvantages of hibernate framework Advantages of hibernates: Hibernate supports Inheritance, Associations, Collections In hibernate if we save the derived class object, then its base class object will also be stored into the…
Spring AOP(Aspect Oriented Programming) Tutorials
by  Java4s | 31 Comments
  [ Ask Question ]
Hi friends, let us see the importance of Spring AOP(Aspect Oriented Programming), very very important module of spring framework. In the enterprise level application programming we used to add different cross-cutting functionalities [cross-cutting functionalities means adding different types of services…