Tag Reference for @besBorland Enterprise Server Ejb tags Class Level Tags
@bes.datasource
Method Level Tags Field Level Tags
Tag Usage, Class Level (@bes)@bes.datasource (0..1)Database datasource setting for CMP/BMP Entity Bean Requires @ejb.bean.
@bes.bean (0..*)Most of the class-level BES options are specified in parameters of this tag.
@bes.ejb-ref (0..*)Reference to bean outside of the EJB-package. There must also be a matching @ejb.ejb-ref.
@bes.ejb-local-ref (0..*)Reference to a local EJB. There must also be a matching @e jb.ejb-local-ref.
@bes.resource-ref (0..*)Reference to a resource. There must also be a matching @ejb.resource-ref.
@bes.resource-env-ref (0..*)Reference to a Resource. Please provide a better description
@bes.property (0..*)Set a property
Tag Usage, Method Level (@bes)@bes.relation (0..1)Da tabase configuration for persistent relations. Requires @ejb.relation
@bes.cross-table (0..1)Database configuration for persistent relations. Only for M:N relations Requires @ejb.relation and @bes.relation
|