Top "Hibernateexception" questions

Hibernate: How to fix "identifier of an instance altered from X to Y"?

org.hibernate.HibernateException: identifier of an instance of org.cometd.hibernate.User altered from 12 to 3 in fact, my user table …

java hibernate hibernateexception
org.hibernate.QueryException: could not resolve property: filename

I am using Hibernate Criteria to get values from column filename in my table contaque_recording_log. But when I'm …

java hibernate oracle-sqldeveloper hibernate-criteria hibernateexception
Hibernate and MySQL configuration

I have spent a few hours trying to set up my first Hibernate application and it still doesn't work. I …

java mysql eclipse hibernate hibernateexception
Hibernate - how to catch "integrity constraint violation: unique constraint or index violation"

In my table I have a unique constraint. In hibernate, when I add an item that violates that constraint, I …

hibernate exception rollback unique-constraint hibernateexception
NHibernate.HibernateException: No session bound to the current context

I am getting this error when I am trying to get the CurrentSession NHibernate.Context.CurrentSessionContext.CurrentSession() at NHibernate.Impl.…

nhibernate hibernateexception
HibernateException: Errors in named query

When running a particular unit-test, I am getting the exception: Caused by: org.hibernate.HibernateException: Errors in named queries: UPDATE_…

sql hibernate annotations hibernateexception