hibernate

Tag details

Welcome to the 'hibernate' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'hibernate'.

Are you an expert about 'hibernate'? Do you want to be the Technorati authority on 'hibernate'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "hibernate" at The Free Dictionary

Latest blogosphere posts tagged “hibernate”
 

  • 10 Hibernate Interview Questions and Answers for Java J2EE Programmers


    Authority Authority:
    Hibernate Interview Questions are asked on Java J2EE Interviews, mostly forweb based enterprise application development role. Success and acceptability ofHibernate framework on Java world has made it one of the most popular ObjectRelational Mapping (ORM) solution in Java technology stack. Hibernate frees youfrom ...
    1 week ago
  • Hibernate 3 with Spring


    Authority Authority:
    Save 10% off any credit pack at iStockphoto. Use code SAVING10 at checkout Powered by InfluAds 1. Overview This article will focus on setting up Hibernate 3 with Spring – we’ll look at how to configure Spring 3 with Hibernate 3 using both Java and XML Configuration. 2. Maven To add the Spring ...
    2 weeks ago
  • session.createSQLQuery()


    Authority Authority:
    Hibernate provides us with the option to fire explicit SQL queries. But with the presence of HQL and Criteria why would one want to do that ? Well I found a host of valid reasons, some from Books and a couple of my own: We may have certain tables or views not mapped in Hibernate that we may need to execute a query ...
    2 weeks ago
  • Getting the total records while using pagination


    Authority Authority:
    We often have grids in our application where we need to show the results as pages. There is also often a row of text making the claim " Record  1 to 30 of 100". While the bounds of the result can be obtained easily as we know the limits to apply, it is getting the total record count that is interesting. Consider we ...
    3 weeks ago
  • Step by step auto code generation for POJO domain java classes and hbm using Elipse Hibernate plugin


    Your window to latest TechnologyAuthority Authority: 113
    Overview: In this tutorial we’ll use Eclipse Hibernate tool to auto generate domain objects and the corresponding hbm xml files. If your are working in a large or medium size projects and if you have more than 5+ tables to start with, you may find this plugin is a terrific tool to auto generate the mapping domain ...
    3 weeks ago
  • Workshop on Creating a Personal MusicManager Web Application with Struts2, Hibernate and MySQL


    Your window to latest TechnologyAuthority Authority: 113
    Overview: In this workshop tutorial we’ll develop a personal music manager application using Struts 2, Hibernate and MySQL database. The web application can be used to add your music collection to the database. We’ll display form to add the record and underneath we’ll show all the music collections. From each ...
    4 weeks ago
  • An hibernate composite local Query Cache


    Authority Authority:
    Introduction Hibernate offers two caching spaces aimed at speeding up the user application: the session - first level - cache and the application - second level - cache. The first level cache (session cache) is bound to the session. An hibernate session is usually bound to the transaction or the request scope. The ...
    4 weeks ago
  • Did You Check the Log?


    Authority Authority:
    I have the honor and privilege of working with a phenomenal developer. I jokingly refer to him as the Oracle. When I was just out of college, I would constantly ask him questions. A typical day sounded like this: Me: Why is Hibernate blowing up when I try to save the Employee entity? The Oracle: Did you check the ...
    4 weeks ago
  • Did You Check the Log?


    Authority Authority:
    I have the honor and privilege of working with a phenomenal developer. I jokingly refer to him as the Oracle. When I was just out of college, I would constantly ask him questions. A typical day sounded like this: Me: Why is Hibernate blowing up when I try to save the Employee entity? The Oracle: Did you check the ...
    4 weeks ago
  • Select in Criteria using SQL


    Authority Authority:
    In an earlier post we saw how Criteria provided us with the ability to add restrictions in the where clause using pure SQL . The next question would then be if Criteria allows SQL in select clause ? I tested the below code: public static void testSqlSelect() { final Session session = ...
    4 weeks ago

Comments about hibernate

Personal attacks are NOT allowed
Please read our comment policy