> There's no parsable notation for UUID. So you can either use API to > assemble expressions, or use a parameter bound via API at a later time: > > propertyXY = $x
Thats the way we do it for now. Thanks for the hint. > Or we can work together on supporting constructors in Expressions, similar > to how JPQL does: > > propertyXY = new java.util.UUID(1, 2) I'd be willing to work on this. How can we proceed with that? Adrian
