Tagged Questions
The hibernate3 tag has no wiki summary.
5
votes
3answers
1k views
Upgrade Glassfish v2 to JPA 2.0?
I'm trying to use Hibernate 3.5.5 with Spring HibernateJpaVendorAdapter on Glassfish V2 but I'm getting the following exception when the Spring context is initialised:
java.lang.NoSuchMethodError: ...
4
votes
3answers
699 views
high performance hibernate insert
I am working on a latency sensitive part of an application, basically i will receive a network event transform the data and then insert all the data into the DB. After profiling i see that basically ...
4
votes
4answers
5k views
hibernate3-maven-plugin dependencies for newer version of hibernate
I would like to use hibernate-3.5-1.Final along with this plugin, what should be my dependencies here. It seems to be picking up a older set of jars and failing right now.
<plugin>
...
3
votes
1answer
658 views
Execute @PostLoad _after_ eagerly fetching?
Using JPA2/Hibernate, I've created an entity A that has a uni-directional mapping to an entity X (see below). Inside A, I also have a transient member "t" that I am trying to calculate using a ...
2
votes
3answers
3k views
Hibernate 3.0 + ElementCollection class missing
I created a small desktop project using Hibernate, to understand how enterprise patterns are applied in there.
I'm using annotations, and wrote a class to wrap my session factory
public class ...
1
vote
3answers
2k views
Hibernate: org.hibernate.AssertionFailure: null id in com.xxx.Bean entry
I was faced to the following error:
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract void com.xxx.Service.save(com.xxx.Bean)' threw an unexpected exception: ...
1
vote
0answers
229 views
Stop Maven's hibernate3-maven-plugin from logging to console?
I can control hibernate logging from within my application just fine, but during a system build, the hibernate3-maven-plugin runs hbm2ddl and this is spewing tons of useless INFO log messages to the ...
1
vote
1answer
966 views
Maven doesn't compile target/hibernate3/generated-sources
Can someone tell me how to configure maven for it also to compile sources from the target/hibernate3/generated-sources directory? I have already read this and other posts but they don't seem to solve ...
1
vote
1answer
2k views
How to get hibernate3-maven-plugin hbm2ddl to find JDBC driver?
I have a Java project I am building with Maven. I am now trying to get the hibernate3-maven-plugin to run the hbm2ddl tool to generate a schema.sql file I can use to create the database schema from ...
1
vote
1answer
520 views
Hibernate configuration files not found by Axis2
I am writing a web service to be deployed on Tomcat using Axis2. I am using Hibernate3 to persist data between the web service and a MySQL database.
When running the application through by IDE, the ...
1
vote
6answers
702 views
Database record reverting after manual change
Problem solved: Thanks guys, see my answer below.
I have a website running in Tomcat 5.5 hooked up to a MySQL5 database using Hibernate3.
One record simply refuses to keep any changes performed on ...
0
votes
1answer
26 views
Required a Project with Struts2 and Hibernate3(Using .hbm file) implemented
Can anyone please point me at a small project which has a good implementation on Struts 2 and Hibernate 3 (.hbm file not with annotations)?
0
votes
2answers
46 views
Hibernate 3 null exception, join fetch query
I have an issue with a search query.
My model:
Project:
@Entity
@Table(name = "project")
public class Project {
@Id
@Column(name = "id")
@GeneratedValue
private Integer id;
...
0
votes
1answer
28 views
Hibernate add sequence based on date
I have this table on Sql Server
id int
journal_date datetime
sequence int
What im trying to do is generate a sequence based on the datetime value.
example of the database
| id | journal_date | ...
0
votes
2answers
51 views
JDBC Driver class not found: com.mysql.jdbc.Driver
I am developing a web application using maven spring and hibernate and I need to create schema using hibernate for which I had the following in my pom.xml to connect to MySQL 5.5 database.
...
0
votes
0answers
33 views
Exception in getting Hibernate session using EJB 2 , Jboss 4.2.3 GA , Stateless SessionBean
I am using EJB 2 and I have a stateless session bean trying to use Hibernate session to connect to database. The problem is, I am getting exception
org.hibernate.HibernateException: Unable to locate ...
0
votes
2answers
98 views
Enum type Hibernate 3
I am getting started with Hibernate, and I am getting the following error for an entity which is supposed to have an enum type.
java.lang.IllegalArgumentException: No enum const class ...
0
votes
1answer
377 views
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column
I have two table Student and Address.I am using hibernate 3 annotation for here.
My Student class
package net.viralpatel.contact.form;
import javax.persistence.CascadeType;
import ...
0
votes
0answers
62 views
Hibernate3 is not firing the update query (dirty checking) for the transaction
Need help regarding hibernate3.
We are hibernatetemplate in our project. We can able to get, insert but not able to do update persistent objects. I know that hibernate uses dirty checking to update ...
0
votes
1answer
108 views
Hibernate Query API - criteria on property of a key in map
Let's say I have such model:
public class ProjectModel {
...
private Map<UserModel, ProjectUserRelations> usersRelations = new HashMap<UserModel, ProjectUserRelations>();
...
0
votes
1answer
156 views
named parameters in a subquery in hibernate
how can I pass a parameter to a subquery in hibernate? I am trying this but I get an exception that :currentDate does not exist as a named parameter in (...[query]...) even though the query clearly ...
0
votes
1answer
88 views
Annotations Hibernate 3.5
The below annotation works when applying it to the field:
@OneToMany(targetEntity=TestMany.class,
cascade=CascadeType.ALL, fetch=FetchType.EAGER)
...
0
votes
2answers
167 views
Spring with JPA pure approch
I have a problem with Spring and JPA. Basically I try to use JPA with Spring with a pure approach, or better, without explicit references in the code to Spring framework with the exception of the ...
0
votes
1answer
169 views
What is wrong with my Spring and Hibernate configuration?
What is wrong with this configuration? I'm using Spring 3 and Hibernate 3.6 and trying to set up to use DAOs. I'm seeing two errors in hibernate.cfg.xml.
The first is on the session-factory tag- ...
0
votes
1answer
56 views
How to make service use particular txAdvice in Spring?
I'm trying to upgrade my project and so I've come to transactions. This is how I did it up to now.
<bean id="userServiceTarget" class="com.forgin.service.UserServiceImpl">
<property ...
0
votes
4answers
149 views
When to use transactions in Spring with Hibernate?
Upgrading my project I'm thinking here about transactions. Well the thing is I'm not quite sure when should I use the transactions for my Hibernate queries in Spring. Not that I completely don't ...
0
votes
0answers
26 views
CompositeKey Mapping problem in Hibernate
I Am trying to know , how to do mapping in hbm for a composite key.
I have one table containing two primary key... when i trying to map this table i got an exception could not deserialize... please ...
0
votes
2answers
368 views
hibernate query returning result set problem
i have fired a query in hibernate which returning a list...having size 25 but when i m going to iterate list it and printing it printing 1st element 25 times...not iterating through next element
here ...
0
votes
2answers
168 views
Hibernate get Collection from another session
Hi i've been getting the infamous "no session or session was closed" i know that is because i am trying to invke a collection of a hibernate persisted object in another session, so is there a way to ...
0
votes
0answers
182 views
Hibernate3 inheritance mapping problem using foreign key and parent Abstract class
I have trouble with hibernate complex mapping , please help me.When
I have to link the following objects .I have tables
site(id as PK ) ,
abstractContent(id as PK and FK from site table),
...
0
votes
2answers
377 views
How to map derived identities in hibernate 3?
I have the following situation:
@Entity
class A{
@Id
@SequenceGenerator(name = "SEQ_AID", sequenceName = "SEQ_AID")
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "SEQ_AID")
...
0
votes
4answers
3k views
How to solve hibernate error: Repeated column in mapping for entity?
HI, I have the following model:
@Entity
class Flight{
private Airport airportFrom;
private Airport airportTo;
@OneToOne(fetch=FetchType.LAZY,optional=false)
public Airport getAirportFrom(){
...
0
votes
2answers
448 views
How to keep hibernate3-maven-plugin HBM2DDL from printing to console
I used the hibernate3-maven-plugin to automatically create a SQL script I can use to create a database schema in a new database. I do this via the hbm2ddl tool. I thought that when I instructed it ...
0
votes
1answer
184 views
How to output two ddl files at the same time with using maven hbm2ddl plugin
Our application needs to use two different kinds of databases.One is oracle, the other is mysql and we want to use maven plugin hbm2ddl to generate the ddl file, and want to output the two ddl files ...
0
votes
2answers
488 views
SessionFactory in Hibernate
I am using hibernate-2.1 and "net.sf.hibernate.SessionFactory" class in my spring project.
Now I am switched to Spring 2.5.6.A, where they are using hibernate3 and I am not able to find out the ...