Is MOBILE a CHAR field or VARCHAR?
Larry
On 7/11/06, jeremy jardin <[EMAIL PROTECTED]> wrote:
All my classes have been generated using Abator so, I have something like that :
List list =
sqlMapClient.queryForList("UTILISATEUR.abatorgenerated_selectByExample", parms);
Parms contains my where clause, instanciated the good way...
PreparedStatement: Select UUID, MOBILE,ORIGINE_UUID,ETAT,LOGIN,
ETAT_MODIFIE,TSTMPINSR, TSTMPUPDT from UTILISATEUR where MOBILE = ?
Parameters: [0613410836]
Types: [java.lang.String]
ResultSet
What's the matter with my request ?
-----Message d'origine-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Larry Meadors
Envoyé: mercredi 12 juillet 2006 09:39
À: [email protected]
Objet: Re: request using beanExample
Do you have a resultMap or resultClass for the select?
Larry
On 7/11/06, jeremy jardin <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hello,
>
>
>
> I'm trying to launch a request using a beanExample .. I've logged the sql
> request, and I can see that this request should answers 1 result.
>
>
>
> After all. my resultList is empty, and I don't know why.
>
>
>
> Any idea ?
>
>