[jboss-user] [EJB 3.0] - Re: List in EJB3 Entity:

chrismalan do-not-reply at jboss.com
Thu Oct 12 03:14:09 EDT 2006


Make both your List and long[] transient by annotating them as such. You will not be able to persist them in the database, but can use them inside your SimpleEntity class.  

Do not try to do too much in a persistence pojo. It is mainly, as the name says, an entity to persist.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977778#3977778

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977778



More information about the jboss-user mailing list