summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util
Commit message (Expand)AuthorAgeFilesLines
* Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-251-79/+101
* Do not throw NPE for equals(null) (#8910)Artur Signell2014-01-215-0/+18
* Backported null value support for NestedMethodProperty to 7.1 (#12884)Jarno Rantala2013-12-163-10/+19
* Add StringToLongConverter for automatic handling of long values (#12225)Artur Signell2013-10-302-0/+80
* NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-131-0/+9
* NullPointerException in TableQuery.fetchMetadata() (#11403)Edoardo Vacchi2013-09-131-1/+3
* Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-011-1/+16
* Fix NPE in Like.java (#10167)Patrik Lindström2013-06-281-0/+5
* Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-263-3/+3
* Fix NPE when converting null values (#11895)Artur Signell2013-06-121-20/+39
* Added type parameter to converter methods (#11895)Artur Signell2013-06-1112-50/+124
* Log stack trace using fine when logging toString warningsArtur Signell2013-06-051-0/+5
* Do not log legacy warnings in JUnit tests (#11963)Artur Signell2013-05-311-5/+5
* Add missing license headerArtur Signell2013-05-281-1/+1
* Added Serializable where missing and ignore classes which do not need Seriali...Artur Signell2013-05-281-1/+2
* Added Java Date to Sql Date converter to better support sql dates (#11224)Artur Signell2013-05-242-0/+61
* Modified the logic in setPropertyDatasource which determines if a new convert...Artur Signell2013-05-221-4/+46
* Fixed order of parameters in javadoc (#11158)Artur Signell2013-05-221-3/+3
* Extracted common code for number conveters to abstract super class (#11900)Artur Signell2013-05-225-229/+148
* Merge changes from origin/7.0Leif Åstrand2013-05-171-3/+5
|\
| * SQLContainer.indexOfId() also searches backwards (#11849, #10376)Henri Sara2013-05-141-3/+5
* | Support schemas and catalogs in TableQuery (#7827)Henri Sara2013-04-251-33/+167
* | Replaced Filterable.hasContainerFilters with getContainerFilters (#11234)Artur Signell2013-04-244-6/+58
* | Re-added Property.toString warning messages (#10916)Artur Signell2013-04-244-49/+165
* | Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-224-1/+27
|/
* Eliminate connection/statement/result set leaks in TableQuery (#10582)Leif Åstrand2013-03-133-230/+292
* Corrected javadoc regarding nested property support (#8210)Artur Signell2013-03-062-4/+2
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-284-17/+22
* Merge "Do not throw NPE when asking for a null propertyId (#10445)"Henri Sara2013-02-081-1/+2
|\
| * Do not throw NPE when asking for a null propertyId (#10445)Artur Signell2013-01-301-1/+2
* | Merge of (#10878) to Vaadin 7.Anna Koskinen2013-02-051-1/+3
* | Merge of (#10563) to Vaadin 7.Anna Koskinen2013-02-052-14/+15
* | Merge "Merge of (#10582) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-46/+114
|\ \
| * | Merge of (#10582) to Vaadin 7.Anna Koskinen2013-02-011-46/+114
| |/
* / Merge of (#10437) to Vaadin 7.Anna Koskinen2013-02-011-1/+1
|/
* (#10716 ) Created tests for validators and converters. Fixed StringToBoolean ...Mikael Grankvist2013-01-171-1/+1
* Merge of (#10032) to Vaadin 7.Anna Koskinen2013-01-091-1/+1
* Updated copyright notices and added missing license headersArtur Signell2013-01-0484-95/+95
* Merge of (#9529) to Vaadin 7.Anna Koskinen2012-12-211-4/+19
* Merge of (#9788) to Vaadin 7.Anna Koskinen2012-12-191-96/+131
* Support float fields with FieldGroup (#10553)Artur Signell2012-12-172-0/+124
* Return null as non-existing property for IndexedContainer (#10445)Henri Sara2012-11-301-1/+3
* getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-281-1/+6
* Fixed NPE when converting ""Artur Signell2012-11-261-0/+5
* Unified deprecation messagesArtur Signell2012-11-2216-52/+55
* Use compare for Comparable when determining equals for filtering (#10310)Artur Signell2012-11-221-3/+26
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-162-6/+6
* Modified FieldGroup so that fields configured with read only propertiestapio2012-11-081-0/+14
* Merged com.vaadin.service into com.vaadin.util (#10146)Artur Signell2012-11-061-1/+1
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-2314-46/+24