Michael Karneim

Results 47 comments of Michael Karneim

I just have seen that you are already working in this issue, Marc. Your implementation does it all fine, but I think you have also spotted the (ugly) side effect:...

Err, I see what you mean... I have to think about how this could be realized. For example, I guess we have to provide not only a flag which defines...

I checked this out today. Technically your example is just a special case of having several properties with the same name but with different types. Here is an example: ```...

Thank you, I understand now. You are right, in this case it is clear which of both properties should be excluded. I'd like to include that into PB. Do you...

That shouldn't be a problem. Actually **we are using bidirectional relations** in all our customer projects. You don't need to do something special for PB. Just implement the bidirectional relations...

Have you seen this one? https://github.com/mkarneim/pojobuilder/issues/40

Vadim, it's not about feasibility. I just wanted to point out that you already can add single elements to a list-type property by using a simple method call that converts...