XDoclet tags
Resin 3.0

Features
Installation
Configuration
Web Applications
IOC/AOP
Resources
JSP
Servlets and Filters
Portlets
Databases
Admin (JMX)
CMP
EJB
Amber
EJB 3.0
Security
XML and XSLT
XTP
JMS
Performance
Protocols
Third-party
Troubleshooting/FAQ

User's Guide
Reference
Tutorials
Scrapbook

EJBServer
EJB Config
EJB-QL Syntax
Xdoclet tags
EJB-QL Syntax
Reference
Tutorials

XDoclet tags

XDoclet tags
TagAttributeMeaning
@ejb.bean configuration applicable to the entire bean
 nameThe EJB and JNDI name for the bean
 view-type"local" for local CMP beans
 type"CMP" for CMP beans, "BMP" for BMP beans
 schemaThe abstract schema name for the bean, i.e. the
 primkey-fieldThe primary key field for the bean
@ejb.persistence persistence (SQL) configuration. For methods, marks the method as persistent
 table-nameThe actual database table for the bean
 column-nameThe actual column for the field
@ejb.pk configuration for the primary key
 classThe class of the primary key
@ejb.home configuration for the home interface
 generateWhich interfaces to generate: "local,remote"
 local-classThe class name of the local home interface
@ejb.interface configuration for the object interface
 generateWhich interfaces to generate: "local,remote"
 local-classThe class name of the local object interface
@ejb.interface-method exposes the method as an interface
@ejb.pk-field marks the method as the primary key
@resin-ejb.bean bean-wide Resin specific configuration
 read-onlyMarks an entity bean as read-only
 cache-sizeSpecifies the entity cache size
 cache-timeoutSpecifies the entity cache timeout


EJB-QL Syntax
Reference
Tutorials
Copyright © 1998-2005 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.