@resin-ejb Tag ReferenceResin Ejb tags @resin-ejb Class Level Tag Usage@resin-ejb.entity-bean (0..1)Resin CMP Entity Bean. Requires @ejb.bean. Applies to: CMP Entity Beans
@resin-ejb.message-bean (0..1)Resin Message Driven Bean. Requires @ejb.bean. Applies to: Message Driven Beans
@resin-ejb Method Level Tag Usage@resin-ejb.cmp-field (0..1)Specifies database column properties of a persistent field. Requires @ejb.persistent-field. Applies to: Entity CMP field
@resin-ejb.entity-method (0..*)Business method configuration; see http://caucho.com/products/resin-ejb/ejb-ref/resin-ejb-config.xtp#method Applies to: Class or method level
@resin-ejb.relation (0..1)Database configuration for persistent relations. Requires @ejb.relation Applies to: CMR fields only
|