Re: Parameterised constructors

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

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-20 Thread Niels Beekman
-java@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?         public class Foo { private

Re: Parameterised constructors

2006-09-20 Thread Clinton Begin
}   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 is supported in the .NET v

RE: Parameterised constructors

2006-09-20 Thread MCCORMICK, Paul
urn 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 is supported i

Re: Parameterised constructors

2006-09-19 Thread Ray_Offiah
| |To: user-java@ibatis.apache.org | |cc: (bcc: Ray Offiah/WRSYS/MANSERV/JLP) | |Subj

Re: Parameterised constructors

2006-09-19 Thread Clinton Begin
    |  |cc:  (bcc: Ray Offiah/WRSYS/MANSERV/JLP)       |   |Subject: Re: Parameterised constructors|  >-

Re: Parameterised constructors

2006-09-19 Thread Ray_Offiah
| |To: user-java@ibatis.apache.org | |cc: (bcc: Ray Offiah/WRSYS/MANSERV/JLP) | |Subj

Re: Parameterised constructors

2006-09-18 Thread Clinton Begin
   | |cc:  (bcc: Ray Offiah/WRSYS/MANSERV/JLP)   | |

Re: Parameterised constructors

2006-09-18 Thread Jeff Butler
    | |cc:  (bcc: Ray Offiah/WRSYS/MANSERV/JLP)       | |  

Re: Parameterised constructors

2006-09-18 Thread Ray_Offiah
| | Subject: Re: Parameterised constructors | >---| I am not finding docs for it at the

Re: Parameterised constructors

2006-09-18 Thread Larry Meadors
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 documen

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 (for