@bes Class Level Tag Usage@bes.bean (0..*)Most of the class-level BES options are specified in parameters of this tag. Applies to: Session and Message Driven Beans
@bes.datasource (0..1)Database datasource setting for CMP/BMP Entity Bean Requires @ejb.bean. Applies to: CMP Entity Beans
@bes.ejb-local-ref (0..*)Reference to a local EJB. There must also be a matching @ejb.ejb-local-ref. Applies to: All EJBs
@bes.ejb-ref (0..*)Reference to bean outside of the EJB-package. There must also be a matching @ejb.ejb-ref. Applies to: All EJBs
@bes.property (0..*)Set a property Applies to: All EJBs
@bes.resource-env-ref (0..*)Reference to a Resource. Please provide a better description Applies to: All EJBs
@bes.resource-ref (0..*)Reference to a resource. There must also be a matching @ejb.resource-ref. Applies to: All EJBs
@bes Method Level Tag Usage@bes.cross-table (0..1)Database configuration for persistent relations. Only for M:N relations Requires @ejb.relation and @bes.relation Applies to: CMR fields only
@bes.relation (0..1)Database configuration for persistent relations. Requires @ejb.relation Applies to: CMR fields only
|