Re: [tapestry-hibernate] ignoring certain fields to be O/R mapped

2009-04-19 Thread Thiago H. de Paula Figueiredo
Em Sun, 19 Apr 2009 16:42:00 -0300, manuel aldana escreveu: Hi, Hi! tapestry-hibernate integration is really great. But one thing which wonders me is that all the fields of my domain-object are implicitly taken as persisted fields/columns (maybe this is a tapestry-hibernate feature?).

Re: [tapestry-hibernate] ignoring certain fields to be O/R mapped

2009-04-19 Thread Igor Drobiazko
This is a Hibernate issue, not Tapestry. Use the @Transient annotation. On Sun, Apr 19, 2009 at 9:42 PM, manuel aldana wrote: > Hi, > > tapestry-hibernate integration is really great. > > But one thing which wonders me is that all the fields of my domain-object > are implicitly taken as persiste