Named Query SPI
---------------

                 Key: QI-215
                 URL: http://issues.ops4j.org/browse/QI-215
             Project: Qi4j
          Issue Type: New Feature
            Reporter: Niclas Hedhman
            Assignee: Rickard Öberg
             Fix For: 1.0


Support for Named/Native queries requires a programmatic SPI.

QueryBuilderFactory gets a method 

<T> Query<T> newNamedQuery( Class<T> resultType, UnitOfWork unitOfWork, String 
name );

and it will delegate the resolution to a Query through the NamedEntityFinder 
service SPI.

-- 
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

Reply via email to