Upgrade form 0.9.5 to 1.0rc4 : wildcard problems

2003-12-04 Thread Frank Renaers
Hi, In version 0.9.5 it was possible to use wildcards in where-criteria. Example : criteria.addEqualTo(productGroup.groupName,pro*gro?p 1); This seems not to work anymore in 1.0rc4 ? Is it a bug ? Thanks, Frank

RE: Upgrade form 0.9.5 to 1.0rc4 : wildcard problems

2003-12-04 Thread oliver . matz
Hello, -Original Message- In version 0.9.5 it was possible to use wildcards in where-criteria. Example : criteria.addEqualTo(productGroup.groupName,pro*gro?p 1); This seems not to work anymore in 1.0rc4 ? Have you tried criteria.addLike()? Is it a bug ? I do not think so.