Re: Mapping an Array of String

2010-06-01 Thread Larry Meadors
 private static final long serialVersionUID = 9014779368033647012L; > >        private String[] codesDroit; > >        public String[] getCodesDroit() { >                return codesDroit; >        } >        public void setCodesDroit(String[] codesDroit) { >                this.codesDroit =

Mapping an Array of String

2010-06-01 Thread Mr.Squirrel
setCodesDroit(String[] codesDroit) { this.codesDroit = codesDroit; } } Thank you -- View this message in context: http://old.nabble.com/Mapping-an-Array-of-String-tp28742440p28742440.html Sent from the iBATIS - User - Java mailing list a