@sunone Tag ReferenceTags for creation of SunONE/iPlanet specific resources Applies to: all EJB types on class level @sunone Class Level Tag Usage@sunone.bean (0..1)All parameters of <session-deployment/>, <entity-deployment/> and <message-driven-deployment/> are placed under this class level tag. Applies to: all EJB types
@sunone.bean-cache (0..1)Specifies the entity bean cache properties. Used for entity beans and stateful session beans. Applies to: all EJB types (doesn't actually apply to SFSB and MDB, but the template will ignore it for those)
@sunone.bean-pool (0..1)Specifies the pool properties of stateless session beans, entity beans, and message-driven bean. Applies to: all EJB types (doesn't actually apply to SFSB, but the template will ignore it for those)
@sunone.consistency (0..1)Specifies container behavior in guaranteeing transactional consistency of the data in the bean. Optional. Any one of the parameters may be used alone, or lock-when-modified and check-all-at-commit may also be used together. If not present, none is assumed. Applies to: entity bean
@sunone.finder (0..1)Describes the finders for container-managed persistence (CMP) 1.1 with a method name and query. Applies to: CMP 1.1 entity bean
@sunone.persistence-manager (0..1)defines all the persistence manager specific information Applies to: Used in Entity beans.
@sunone.pool-manager (0..1)Descriptor for cache pool attributes. Applies to: Used in Entity beans.
@sunone Method Level Tag Usage@sunone.fetched-with (0..1)Specifies the fetch group configuration for fields and relationships. Optional. A field may participate in a hierarchical or independent fetch group. If the fetched-with element is not present, the value "none" assumed. Only one of the parameters should be specified. Applies to: EJB entity bean fields. On the persistent fields getter methods
@sunone.relation (0..*)Specifies the column pairs in the mapping of a relation. Must occur at least once, though may occur multiple times, once for each column pair. Applies to: EJB entity bean fields. On the relation fields getter methods
|