Hi all, is there a shortcut method from Property to check for if a to-many relationship contains an object? Or should I just use ExpressionFactory.matchExpression( String, Object ) for now?
I'm upgrading my templates to use field based data objects, but the new templates use Property<List<E>> for to-many relationships whereas my old templates just used Property<E>. The new signature makes sense, but it also means that I can no longer use Property.eq( E ) for this. Cheers, - hugi
