Re: ColumnSelect API + Persistent objects

2017-03-16 Thread Andrus Adamchik
> On Mar 16, 2017, at 11:14 AM, Nikita Timofeev > wrote: > > On Mon, Mar 13, 2017 at 3:05 PM, Aristedes Maniatis wrote: >> On 13/3/17 9:53pm, Andrus Adamchik wrote: >>> On Mar 13, 2017, at 1:46 PM, Aristedes Maniatis wrote: Just a wild thought, but would this syntax be

Re: ColumnSelect API + Persistent objects

2017-03-16 Thread Nikita Timofeev
On Mon, Mar 13, 2017 at 3:05 PM, Aristedes Maniatis wrote: > On 13/3/17 9:53pm, Andrus Adamchik wrote: >> >>> On Mar 13, 2017, at 1:46 PM, Aristedes Maniatis wrote: >>> >>> >>> Just a wild thought, but would this syntax be helpful... >>> >>> List result = ObjectSelect.query(Artist.class) >>>

Changes in DI ListBuilder API

2017-03-16 Thread Nikita Timofeev
Hi all, One more thing I want to change in the existing DI API. This time it's about creating ordered List binding. There are some problems and ambiguities with new 4.0 DI API for adding ordered dependencies: 1) you can call after() / before() without adding anything first, that will cause NPE