I\'m writing code that looks like Google Latitude (locate a user). I\'m under tomcat 6.0.33, using jpa/hibernate, and easybeans 1.1
I have a Spring based JPA2 app with the Hibernate provider on HSQLDB. I\'m trying to elegantly handle exceptions but am finding I am getting hibernate exceptions not JPA ones. For example:
I have a java project with a collection of unit tests that perform simple updates, deletes using JPA2. The unit tests run without a problem, and I can verify the changes in the database - all good. I
I have generated a spring web project with spring roo. Whe开发者_开发百科n I run the project inside eclipse via wtp on a jetty 7.2 it works fine. but when I package it to a war file, copy it manually
I have a jpql query to eagerly fetch multi level associations as follows select distinct s from Singer s
开发者_JS百科I have a batch process which persists 1000000 records one by one. Each record has it\'s own child tables. I am using Spring 2.5.6, Hibernate and JPA to do that. But after one hour it goes
Me and my colleague are in the process of developing domain model for a small part of our project. Recently he committed skeleton entity classes to our SVN repository without adding JPA annotations. A
I have two classess. The first class is TNota. @Entity @Table(name = \"t_nota\") public class TNota implements Serializable {
As per hibernate documentation , below is the definition of update开发者_开发知识库 operation
I have a native query that executes a stored procedure and the results is mapped to an entity, this works fine but the t开发者_开发技巧hing is the entity is created in the database (I\'m referring to