Last object in key path

2016-05-19 Thread Lon Varscsak
Hey guys, I’m trying to do something where right before setting a value, I want to lookup and call a validation routine. I was looking for a method where I could get the target object for a given property, but I can’t seem to find one that’s exposed. So for a key path of “key1.key2.key3” when

Re: [dbutils] Would it be possible to have parameters passed to QueryRunner as an Iterable?

2016-05-19 Thread Robert Huffman
Actually, Iterable doesn't work: in fillStatement you need to know the size and that's not easily obtainable from an Iterable. So I'm using Collection instead. I cloned the project and have QueryRunner.query working already. Basically I changed the private query method to take a Collection

Re: [dbutils] Would it be possible to have parameters passed to QueryRunner as an Iterable?

2016-05-19 Thread Benedikt Ritter
Hello Robert, Robert Huffman schrieb am Mi., 18. Mai 2016 um 19:00 Uhr: > If a prepared statement is built dynamically, with a variable number of > parameters, and parameters are collected in a Collection of some sort > instead of an array, usage QueryRunner requires

Re: [ANNOUNCE] Apache Commons Crypto component established

2016-05-19 Thread Benedikt Ritter
Hello Konrad, Konrad Zuse schrieb am Fr., 13. Mai 2016 um 02:28 Uhr: > This is interesting. I am curious how well this will work with Apache > Shiro, and if there would be any issues integrating this Library with Shiro? > I don't know Shiro, so I can not tell. Just