Missing implementations of newEqualsPredicate
---------------------------------------------
Key: QI-214
URL: http://issues.ops4j.org/browse/QI-214
Project: Qi4j
Issue Type: Bug
Components: Query
Reporter: Niclas Hedhman
Assignee: Niclas Hedhman
Fix For: 1.0
The following methods have not been implemented in QueryExpressionsProviderImpl
public <T> EqualsPredicate<T> newEqualsPredicate( AssociationReference
tAssociationReference, SingleValueExpression<T> tStaticValueExpression )
{ return null; // TODO }
public <T> EqualsPredicate<T> newEqualsPredicate( AssociationReference
tAssociationReference, VariableValueExpression<T> valueExpression )
{ return null; // TODO } }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev