Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.M5
-
None
-
None
Description
Property<String> namePart = Property.create("namePart", substrExp, String.class); Property<Long> artistCount = Property.create("artistCount", countExp, Long.class); Property<Integer> minSalary = Property.create("minSalary", minExp, Integer.class);