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

2007-11-28 Thread mike.nardone
Anyone? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108540#4108540 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108540 ___ jboss-user mailing list jboss-user@lists.jboss.org

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

2007-11-15 Thread mike.nardone
mistype: should be BLOB, not CLOB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105182#4105182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105182 ___ jboss-user mailing list

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

2006-07-21 Thread jactor
I discovered the annotation @MappedSuperClass which does exactly what I intend to achieve. However; there is a new situation with this. I now have a class (@MappedSuperClass) called MappedClass which an @Entity called Entity extends. I now want to extend Entity with another @Entity called

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

2006-07-21 Thread jactor
Bug searching and testing of the @MappedSuperClass ensures me that it works as I hoped. I am sorry for using thread space for such errors when my frustration growed after reading x documents. The compiler error (which was indeed strange) was my own fault (who else). In my source I used extend