Re: Parameterised constructors

2006-09-21 Thread Clinton Begin
() { return foo; } } Thanks, Paul From: Clinton Begin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 September 2006 3:23 AMTo: user-java@ibatis.apache.orgSubject: Re: Parameterised constructors As a temporary alternative we do support private setters as of 2.2.0. Constructor injection

RE: Parameterised constructors

2006-09-21 Thread Niels Beekman
@ibatis.apache.org Subject: RE: Parameterised constructors How do private setters work? Could I set the 'foo' property using the result map below? Is there anything I have to do to the jmv to allow it access to the private field? resultMap class=Foo result property=foo column=FOOBA

RE: Parameterised constructors

2006-09-21 Thread MCCORMICK, Paul
Ah that explains what I was doing wrong. From: Clinton Begin [mailto:[EMAIL PROTECTED] Sent: Thursday, 21 September 2006 2:29 PMTo: user-java@ibatis.apache.orgSubject: Re: Parameterised constructors No, you still need to write the setter, but make it private. Like this: public class Foo

Re: Parameterised constructors

2006-09-21 Thread Clinton Begin
|| | | |-+--|| | |To:user-java@ibatis.apache.org ||cc:(bcc: Ray Offiah/WRSYS/MANSERV/JLP) | |Subject: Re: Parameterised constructors

RE: Parameterised constructors

2006-09-20 Thread MCCORMICK, Paul
Foo { private String foo; public String getFoo() { return foo; } } Thanks, Paul From: Clinton Begin [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 September 2006 3:23 AMTo: user-java@ibatis.apache.orgSubject: Re: Parameterised constructors As a temporary alternative

Re: Parameterised constructors

2006-09-19 Thread Ray_Offiah
-java@ibatis.apache.org | |cc: (bcc: Ray Offiah/WRSYS/MANSERV/JLP) | |Subject: Re: Parameterised constructors

Re: Parameterised constructors

2006-09-19 Thread Clinton Begin
| | | ||-+--|| | |To:user-java@ibatis.apache.org ||cc:(bcc: Ray Offiah/WRSYS/MANSERV/JLP) | |Subject: Re: Parameterised constructors

Re: Parameterised constructors

2006-09-19 Thread Ray_Offiah
@ibatis.apache.org | |cc: (bcc: Ray Offiah/WRSYS/MANSERV/JLP) | |Subject: Re: Parameterised constructors

Parameterised constructors

2006-09-18 Thread Ray_Offiah
Hi there! I vaguely remember reading that parameterised constructors were being considered for Ibatis. Is this still planned for a future release, or has the idea been dropped? I noticed that there was no mention of them in the documentation for the latest beta, which is a bit of a shame

Re: Parameterised constructors

2006-09-18 Thread Larry Meadors
On 9/18/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi there! I vaguely remember reading that parameterised constructors were being considered for Ibatis. Is this still planned for a future release, or has the idea been dropped? I noticed that there was no mention of them in the documentation

Re: Parameterised constructors

2006-09-18 Thread Ray_Offiah
: Parameterised constructors | ---| I am not finding docs for it at the moment, either. I think that the ResultObjectFactoryTest unit

Re: Parameterised constructors

2006-09-18 Thread Jeff Butler
|| | | |-+--|| | |To:user-java@ibatis.apache.org | |cc:(bcc: Ray Offiah/WRSYS/MANSERV/JLP) | |Subject: Re: Parameterised constructors| ---| I am not finding docs

Re: Parameterised constructors

2006-09-18 Thread Clinton Begin
| | | | |-+--|| | |To:user-java@ibatis.apache.org | |cc:(bcc: Ray Offiah/WRSYS/MANSERV/JLP) | |Subject: Re: Parameterised constructors| ---| I am not finding docs for it at the moment