History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-14584
Type: New Feature New Feature
Status: Open Open
Assignee: Gregory Shrago
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Implement Method intention for finder methods in EJB-Home

Created: 28 Aug 07 14:37   Updated: 28 Aug 07 14:39
Component/s: Editor. Intention Actions, J2EE.EJB2

Build: 7,241
Severity: Medium


 Description  « Hide
Just like when implementing a regular method, this intention should be available for implementing Finder- and ejbSelect-methods with EJB-QL in ejb-jar.xml. The intention would add the query-block to the XML descriptor and fill in the method name and parameter types:
<query>
        <query-method>
          <method-name>findByDate</method-name>
          <method-params>
            <method-param>java.util.Date</method-param>
          </method-params>
        </query-method>
        <ejb-ql><![CDATA[<caret here>]></ejb-ql>
      </query>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.