Does validation validate transient properties?

View: New views
2 Messages — Rating Filter:   Alert me  

Does validation validate transient properties?

by Fred Janon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can I define constraints on a property declared in "transients"?

Thanks

Fred


Re: Does validation validate transient properties?

by Müller, Wolfgang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well, I do not know, but I would regard it as highly probable, because the constraint verification is done by grails (Spring, I guess) and not by the database itself. Did you try it?
Cheers,
Wolfgang

On Tue, Nov 3, 2009 at 10:36 AM, Fred Janon <fjanon@...> wrote:
Can I define constraints on a property declared in "transients"?

Thanks

Fred