Resin XDoclet Tags
Resin 2.1

Reference Guide
EJB Reference Guide

EJBServer
JNDI
Entity Config
Relation Config
Session Config
Resin-EJB Config
SQL mapping
Transaction Config
Message Config
EJB-QL
xdoclet
Config Summary
Burlap
JMS
CORBA/IIOP
Index
EJB-QL
EJB Reference Guide
Config Summary

This page lists the Javadoc @tags specific to Resin by namespace prefix.

@resin-ejb:

Resin Ejb tags

resin-ejb:entity-bean

Resin CMP Entity Bean. Requires @ejb:bean.

ParameterMeaningRequired
sql-tableDatabase table for this Entityfalse
data-sourceEntity data sourcefalse
cache-sizeBean cache sizefalse
cache-timeoutBean cache timeout; default unit is seconds (s) if none specified.false

resin-ejb:cmp-field

Specifies database column properties of a persistent field. Requires @ejb:persistent-field.

ParameterMeaningRequired
sql-columnDatabase column namefalse
sql-type SQL column type used during table generation false
abstract-sql-type java.sql.Types column type which is matched with driver type map to determine physical column type during table generation false

resin-ejb:entity-method

Business method configuration; see http://caucho.com/products/resin-ejb/ejb-ref/resin-ejb-config.xtp#method

ParameterMeaningRequired
signature Java method signature or * (for general case); mandatory at class-level false
resin-isolation Caching hint for Resin; valid values are 'read-only' (read-only) and 'database' (read-write) false
query-loads-bean find or select query will load the bean rather than just the primary key; valid values are 'true', 'false' false

resin-ejb:relation

Database configuration for persistent relations. Requires @ejb:relation

ParameterMeaningRequired
sql-table Database table for n-m relationships (only) false
sql-column Database column false
target-sql-column Database column false
order-by Persistent field name for ordering collections in 1-n relationships (only) false


EJB-QL
EJB Reference Guide
Config Summary
Copyright © 1998-2006 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.