|
|  |
This page lists the Javadoc @tags specific to Resin by namespace prefix.
Resin Ejb tags resin-ejb:entity-bean
Resin CMP Entity Bean.
Requires @ejb:bean.
| Parameter | Meaning | Required |
| sql-table | Database table for this Entity | false |
| data-source | Entity data source | false |
| cache-size | Bean cache size | false |
| cache-timeout | Bean 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.
| Parameter | Meaning | Required |
| sql-column | Database column name | false |
| 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
| Parameter | Meaning | Required |
| 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
| Parameter | Meaning | Required |
| 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 |
Copyright © 1998-2006 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark,
and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc. | ![]() |
|