aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util
Commit message (Expand)AuthorAgeFilesLines
* Use introspection instead of reflection to get property type (#10672).Denis Anisimov2014-12-162-105/+179
* Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-151-0/+6
* Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-121-11/+51
* Make SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-121-1/+0
* Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-111-9/+11
* Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-091-1/+1
* Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-085-5/+18
* SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-051-12/+14
* Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-022-4/+31
* Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-011-2/+6
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-193-35/+24
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-131-3/+65
* String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-302-0/+99
* Add new StringTo<Byte, Short, BigInteger> Converters(#14583)denis.magdenkov2014-09-193-0/+240
* Made MethodPropertyDescriptor box primitive types as it's done in MethodPrope...Taras Hupalo2014-09-193-28/+8
* Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-08-201-25/+29
* Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-172-1/+4
* Update remaining copyright years to 2014Artur Signell2014-04-231-1/+1
* Merge changes from origin/7.1Artur Signell2014-04-2388-95/+95
|\
| * Update copyright year to 2014Artur Signell2014-04-1689-96/+96
* | Merge changes from origin/7.1Artur Signell2014-04-231-6/+20
|\|
| * Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-141-1/+1
| * Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)Teemu Suo-Anttila2014-04-141-6/+20
* | Merge branch '7.2'Jonatan Kronqvist2014-04-143-158/+18
|\ \
| * | Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)"Jonatan Kronqvist2014-04-113-158/+18
* | | Don't allocate unnecessary memory for empty array of Objects inDenis Anisimov2014-04-101-9/+17
|/ /
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-215-6/+6
* | Format project files according to conventionsArtur Signell2014-03-191-12/+10
* | Make com.vaadin.data.util.filter.Like accept Object as a property id.Maciej Przepióra2014-03-141-2/+2
* | Merge changes from origin/7.1Build Agent2014-03-131-1/+1
|\|
| * Class AbstractTransactionalQuery should be public (#12285)Edoardo Vacchi2014-03-121-1/+1
* | Merge changes from origin/7.1Build Agent2014-02-271-79/+101
|\|
| * Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-251-79/+101
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-105-0/+18
|\|
| * 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
* | Simplified support for null intermediate properties (#11435)Artur Signell2013-11-304-163/+21
* | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-163-18/+160
* | Merge changes from origin/7.1Artur Signell2013-09-172-1/+12
|\|
| * NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-131-0/+9
| * NullPointerException in TableQuery.fetchMetadata() (#11403)Edoardo Vacchi2013-09-131-1/+3
* | Add StringToLongConverter for automatic handling of long values (#12291)Artur Signell2013-09-032-0/+80
* | Merge changes from origin/7.1Artur Signell2013-08-191-1/+16
|\|
| * Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-011-1/+16
* | Support for null intermediate beans in NestedMethodProperty (#11435)Matti Hosio2013-08-094-5/+156
* | Merge changes from origin/7.1Leif Åstrand2013-07-151-0/+5
|\|
| * Fix NPE in Like.java (#10167)Patrik Lindström2013-06-281-0/+5
* | Adds String <-> BigDecimal converter (#9997)Artur Signell2013-07-012-0/+63
* | Removed StringToNumberConverter (#12092)Artur Signell2013-07-012-67/+0
|/