@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
Related reference
@ejb.bean
@ejb.create-method
@ejb.ejb-external-ref
@ejb.ejb-ref
@ejb.env-entry
@ejb.facade
@ejb.facade-method
@ejb.finder
@ejb.home
@ejb.home-method
@ejb.interface
@ejb.interface-method
@ejb.permission
@ejb.persistence
@ejb.persistence (method)
@ejb.pk
@ejb.pk-field
@ejb.relation
@ejb.remote-facade
@ejb.resource-env-ref
@ejb.resource-ref
@ejb.security-identity
@ejb.security-role-ref
@ejb.session
@ejb.transaction
@ejb.util
@ejb.value-object
@ejb.value-object-method
Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.