Comment 1 for bug 791043

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Fixed in SVN trunk. Here is an example from a test :

    @QueryEntity
    public class Entity {

        @QueryType(PropertyType.STRING)
        Integer numberAsString;

    }

    @Test
    public void NumberAsString_Like(){
        QPropertyTypeTest_Entity.entity.numberAsString.like("a");
    }