Is it possible to have a transient property to an entity?

Looking for something like this:

entity A {
  persistThis -> A
  butNotThis  -> A (transient)
}

Thanks.

Submitted by Vlad Vergu on 23 April 2012 at 10:11

On 11 May 2012 at 17:58 Danny Groenewegen tagged 1.3.0

On 11 May 2012 at 17:58 Danny Groenewegen closed this issue.

On 11 May 2012 at 17:58 Danny Groenewegen commented:

added in revision 5012

entity Test{
  tmp :: Object (transient)
}

Log in to post comments