@ejb.select

Scope: method

Multiplicity

(0..*): You can use this tag zero to many times in the Java™ source file.

Purpose

This tag defines a select method. This tag is placed on the ejbSelect methods. Applies to entity beans, EJB 2.0.
Parameter Type Applicability Description Mandatory
query text   EJB-QL query for the select method. true
result-type-mapping text   Declares the result-type-mapping for the select method. You must specify one of the following attributes:
  • none
  • local
  • remote
The default value is
  • none
false

Feedback