@ejb.resource-env-ref

Ambito: classe

Molteplicità

(0..*): è possibile utilizzare questo tag da zero a molte volte nel file sorgente Java.

Scopo

Questo tag definisce un riferimento ad un ambiente di risorsa con il nome name per una risorsa di tipo type. Viene applicato a tutti i tipi di EJB.

Parametri

Parametro Tipo Applicabilità Descrizione Obbligatorio
name testo   Il nome della risorsa. true
type testo   Il tipo della risorsa. true
Riferimenti correlati
@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 (metodo)
@ejb.pk
@ejb.pk-field
@ejb.relation
@ejb.remote-facade
@ejb.resource-ref
@ejb.security-identity
@ejb.security-role-ref
@ejb.select
@ejb.session
@ejb.transaction
@ejb.util
@ejb.value-object
@ejb.value-object-method

Feedback