[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persisting a Pojo within a Pojo

2008-07-30 Thread lebonijt
Hello, I was wondering if anyone has written a custom CacheLoader dealing with this issue. The list of modifications per tx is difficult to translate into the objects to persist to our persistent storeIf anyone has had any success in doing this please let me know. Thansk View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persisting complex java objects as CLOBs

2007-11-15 Thread mike.nardone
I'm currently developing a java application deployed on JBoss 4.2.1GA, with MS SQL Server 2000 on the backend. I have a rather complex Java object, which may contain lists of the same object as children. Instead of reworking the entire structure of this object, I would like to just write it

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persisting

2006-07-21 Thread jactor
I recently put this in the EJB forum and later discovered that this is where it should be: I am trying to develop a entity which extends another entity and which use the annotation @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS), but this only provides an exception as the sub class