Nikita Timofeev created CAY-2362:
------------------------------------

             Summary: ColumnSelect: unable to use Property without type
                 Key: CAY-2362
                 URL: https://issues.apache.org/jira/browse/CAY-2362
             Project: Cayenne
          Issue Type: Bug
          Components: Core Library
    Affects Versions: 4.0.B1, 4.1.M1
            Reporter: Nikita Timofeev
            Assignee: Nikita Timofeev


This will fail with {{NullPointerException}}:
{code}
Property<String> property = new Property<>("artistName");
ObjectSelect.columnQuery(Artist.class, property).select(context);
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to