• hessian
  • quercus/php
  • resin 3.0
  • resin 3.1
  • resin 4.0

  • changes
  • configuration
  • examples
  • installing
  • overview
  • starting

  • guide: admin
  • admin
  • amber
  • bam
  • caching
  • clustering
  • comet
  • database
  • deployment
  • ejb 3.0
  • embedding
  • filters
  • ioc
  • jsf
  • jsp
  • logging
  • messaging
  • quercus
  • remoting
  • security
  • resources
  • servlets
  • third-party
  • troubleshooting
  • virtual host
  • watchdog
  • webapp
  • HOME
  • ABOUT
  • ARTICLES
  • WORKSPACE
  • NEWS
  • PROJECTS
  • PRODUCTS
  • STORE
resin-ee XDoclet tags
  • HOME |
  • CONTACT US |
  • DOCUMENTATION |
  • SALES |
  • WIKI
Copyright (c) 1998-2009 Caucho Technology, Inc. All rights reserved.
caucho® , resin® and quercus® are registered trademarks of Caucho Technology, Inc.
  • hessian
  • quercus/php
  • resin 3.0
  • resin 3.1
  • resin 4.0

  • changes
  • configuration
  • examples
  • installing
  • overview
  • starting

  • guide: admin
  • admin
  • amber
  • bam
  • caching
  • clustering
  • comet
  • database
  • deployment
  • ejb 3.0
  • embedding
  • filters
  • ioc
  • jsf
  • jsp
  • logging
  • messaging
  • quercus
  • remoting
  • security
  • resources
  • servlets
  • third-party
  • troubleshooting
  • virtual host
  • watchdog
  • webapp
  • HOME
  • ABOUT
  • ARTICLES
  • WORKSPACE
  • NEWS
  • PROJECTS
  • PRODUCTS
  • STORE
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
  • HOME |
  • CONTACT US |
  • DOCUMENTATION |
  • SALES |
  • WIKI
Copyright (c) 1998-2009 Caucho Technology, Inc. All rights reserved.
caucho® , resin® and quercus® are registered trademarks of Caucho Technology, Inc.