Version 2 « Version « JPA Q&A





1. Problem with Version    forum.hibernate.org

2. version incrementing even on read-only usecase.    forum.hibernate.org

Newbie Joined: Wed Feb 28, 2007 1:34 am Posts: 1 I am having an issue with version increment. There is a Contact entity which has a char[] password field, String userName and Integer version. I am just reading contact entity from database for a password check. None of the fields are updated in the usecase. But hibernate increments version number at ...

3. version compatibility    forum.hibernate.org

4. Hibernate version 2.1    forum.hibernate.org

i have following situation grandParent --> has set of parents each Parent -- > has set of children relation between grandParent and Parent is cascade = "all-delete-orphan" and inverse="true" relation between Parent and its children is cascade = "all-delete-orphan" and inverse="true" now when i set Parent.clear() -- > trying to remove all its children, hibernate deletes all records from children table, ...

5. Versioning problem    forum.hibernate.org

Hi I have a problem in using hibernate versioning. I have an SimpleFormController that on submit saves twice an object to the db. The problem is that the object version is not updated by hibernate. The version in the db is incremented correctly. Some example: Object obj version 1 - > 1st merge -> Object version is still 1 and in ...

6. version check without anything else    forum.hibernate.org

Hello! How can one do a versionCheck without anything else, without using an entities getVersion() method? Is there any mean given by hibernate session? I just want to check if my Object has the same version as the object in the database. Ok, if the object is in the session already, I can do it with the sessions get method. get(Class ...

7. where does versioning happen?    forum.hibernate.org

Hibernate version: 3.1 Hello, I have what I hope is a simple question: I have Hibernate Objects all with optimistic-lock="version" set (ie. using Hibernate's Automatic Versioning). If I read an object from the database, then modify that object, I would have expected its version to be automatically incremented immediately (I received this impression from the documentation). But it looks to me ...

8. J2SE and J2EE Version for Hibernate    forum.hibernate.org

9. transientobjectexception with VERSIONs    forum.hibernate.org





10. version is not incremented in onetoone realtionship - JPA    forum.hibernate.org

Hi, When the entity has OneToOne Relationship,the version is not getting updated when the child gets updated Whereas version is getting updated only on the parent update. For example Customer and Order in which Customer has one to one relationship with Order (unidirectional) Version is maintained at parent level. When there is change in Order data,the version in parent is not ...

11. version is not incremented in onetoone realtionship - JPA    forum.hibernate.org

Hi, When the entity has OneToOne Relationship,the version is not getting updated when the child gets updated Whereas version is getting updated only on the parent update. For example Customer and Order in which Customer has one to one relationship with Order (unidirectional) Version is maintained at parent level. When there is change in Order data,the version in parent is not ...

12. Hibernate LGPL Version    forum.hibernate.org

13. using the same ehCache with different hibernate versions    forum.hibernate.org

/> ...

14. Hibernate version support    forum.hibernate.org

15. LGPL License Version    forum.hibernate.org

16. Can I upgrade the ehcache version?    forum.hibernate.org

...nobody could answer this within a year? Hibernate 3.3.1 still is shipped with EHCache 1.2.3. I work in a context that uses Hibernate 3.2.5 and need to make use of EHCache 1.5 cluster features (independently of using it as 2nd level Hibernate cache). Using JBossCache is not an option. Did anybody make experiences with this? Even if the versions are not ...





18. version 3.1.3 vs. 3.2.5    forum.hibernate.org

Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version: 3.2.5 I am trying to upgrade from version 3.1.3 to 3.2.5, and I am getting exceptions in BulkUpdates that are working fine in the old version (I am using Spring 2.0.8, with getHibernateTemplate().BulkUpdate() method). I managed to narrow down the update query to something like "update Person p set ...

19. Hibernate Version    forum.hibernate.org

20. The book JP with H and Hibernate versions    forum.hibernate.org

Hello: I have some simple questions on versions. I am working with Java Persistence with Hibernate, starting with the basics. The books says it uses Hibernate 3.2. I downloaded the following from Hibernate.org hibernate-3.2.6.ga HibernateTools-3.2.0.ga Working my way through the HelloWorld. the Ant target for schema export, pg. 65, did not work. I am using the hibernate3.jar from hibernate-3.2.6.ga. org.hibernate.tool.ant.HibernateToolTask does ...

21. Version incremented on each save?    forum.hibernate.org

method session.update() will always execute sql update to database , no matter if object is dirty or no. it also attach object on session, if it was in detached state before. So this method is good to persist changes on detached objects, because it always update object in db and also in ur case increment version.

23. Version problem    forum.hibernate.org

Hibernate version: 3.2.6 Name and version of the database you are using: Oracle 10g Full stack trace of any exception that occurs: Code: [6/17/08 5:49:27:755 GMT] 00000044 SystemErr R java.lang.NullPointerException at org.hibernate.type.IntegerType.next(IntegerType.java:59) at org.hibernate.engine.Versioning.increment(Versioning.java:108) at org.hibernate.event.def.DefaultFlushEntityEventListener.getNextVersion(DefaultFlushEntityEventListener.java:365) at org.hibernate.event.def.DefaultFlushEntityEventListener.scheduleUpdate(DefaultFlushEntityEventListener.java:257) at org.hibernate.event.def.DefaultFlushEntityEventListener.onFlushEntity(DefaultFlushEntityEventListener.java:128) ...

24. Upgrade from hibernate version 3.0.5 to 3.2.3    forum.hibernate.org

25. Version of hibernate    forum.hibernate.org

26. Toggle versioning    forum.hibernate.org

Hi, I know this might sound silly, but is there any way to toggle versioning on/off? I need to create some objects, using their timestamp as a versioning restriction. This is safe enough for user interaction. However, I also need to create some batches that have to work as efficient as possible. They read in some files & save them to ...

27. Is there a lightweight version of Hibernate?    forum.hibernate.org

Hello, Well, the Hibernate distribution I use in my program has a size of 14MB, this is much more than the rest of my program. I only want a simple and performant way to access my database, thats why I use Hibernate. So I wanted to ask if there is a more lightweight version of Hibernate with only its basic functionality? ...

28. What version of hibernate do the legacy unit tests refer to?    forum.hibernate.org

We have an in-house patch for hibernate to improve it's polymorphic queries in our specific use case and I am applying this patch to hibernate version 3.3.1.GA. When I execute mvn clean install on the patched the build all tests pass apart from 4 unit tests that are in a package containing the the name legacy. I am guessing these are ...

29. Hibernate Version    forum.hibernate.org

30. [Solved]Hibernate Versions    forum.hibernate.org

31. Hibernate version for JDK1.4 y J2EE 1.4 (weblogic 8.1)    forum.hibernate.org

Hi, I'm new in Hibernate, and I would like to know what version I have to use for my weblogic 8.1 projects (JDK1.4 and J2EE 1.4). All references in Getting Started are about JEE5 and EJB 3.0., and I don't know if it's possible to use Hibernate in my case. Someone can help me?? Sorry for my English, it's not my ...

32. Can't upgrade from version 3.2.4.sp1 to 3.3.1.GA    forum.hibernate.org

Hello, I'm having problems to upgrade hibernate. I have changed hibernate3.jar and included all required jars from the lib directory. A also have updated hibernate-entity-manager and hibernate-annotations. When I start tomcat I get the following exception: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.type.TypeFactory org.hibernate.mapping.ManyToOne.getType(ManyToOne.java:49) org.hibernate.mapping.ManyToOne.createForeignKey(ManyToOne.java:62) org.hibernate.cfg.HbmBinder.createProperty(HbmBinder.java:2213) org.hibernate.cfg.HbmBinder.createClassProperties(HbmBinder.java:2170) org.hibernate.cfg.HbmBinder.createClassProperties(HbmBinder.java:2060) org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonValues(HbmBinder.java:381) org.hibernate.cfg.HbmBinder.bindRootClass(HbmBinder.java:295) org.hibernate.cfg.HbmBinder.bindRoot(HbmBinder.java:166) org.hibernate.cfg.Configuration.add(Configuration.java:702) org.hibernate.cfg.Configuration.addInputStream(Configuration.java:537) org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:656) org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:134) org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1202) org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172) org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:428) org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) ...

33. One-to-many optimistic version control strategy    forum.hibernate.org

Hi, Some simple questions about how does hibernate (3.2.6/oracle) handling optimistic version control with one-to-many model constructions. Consider following: I have simple one-to-many relation (without any cascades defined) where both parent and related MOs have optimistic version control defined on (with "version" annotation). When I initialize both parent and collection of it's related objects in session (smth. like that: find("FROM Parent ...

34. How to handle version count overflow    forum.hibernate.org

Newbie Joined: Thu Nov 16, 2006 11:52 am Posts: 8 Location: Frankfurt a.M., Germany Hello, I have the special problem that there can be races between threads/servers to insert a new entry into some table. To handle this I have a locking table with a specific entry for every operation where a race condition can happen. This specific entry is updated ...

35. A doubt about versioning    forum.hibernate.org

Hi, I know that hibernate increments the version number of an entity in a flush call when it's dirty. Considering the following situation: I have a class "Client" with an atribute called "name" and it must to be unique in my database. For this example, I have in my database two clients named: "ClientA" and "ClientB". Now let's assume I don't ...

37. Timezone conversion in @Version    forum.hibernate.org

I have an application which uses @Version annotation (on last update timestamp of record) on entity objects to maintain data integrity. The application works well...until there comes an requirement that the application needs to process from multiple countries. To support such requirement, it is needed to log country specific last update time for records. E.g. current application time is 20:00:00 GMT+4, ...

38. Migrating from Hibernate 3.1.3 to later version    forum.hibernate.org

I have been asked to migrate existing server code from Hibernate 3.1.3 to a later version possibly 3.3.X. We are using org.hibernate.dialect.Oracle9Dialect - talking to a Oracle 10 database. What i am worried about is it really worth upgrading? - is there any performance gains in doing this upgrade ? The release notes don't seem to show any compelling reasons ...