Re: Mapping an Array of String
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
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