Could someone go through the tags of the example below and explain how it
works...  thanks


 <finder-method>
    <!-- Generated SQL: "SELECT id, subject, text, date, submitter, locale
FROM com_evermind_ejb_NewsItem WHERE subject LIKE ? OR text LIKE ?" -->
    <query>$subject LIKE $1 OR $text LIKE $1</query>
    <method>
     <method-name>findByContent</method-name>
     <method-params>
      <method-param>java.lang.String</method-param>
     </method-params>
    </method>
   </finder-method>

Its most;ly the query line im curious about?

Reply via email to