Tag Reference for @sunoneTags for creation of SunONE/iPlanet specific resources Class Level Tags
@sunone.bean
Method Level Tags Field Level Tags
Tag Usage, Class Level (@sunone)@sunone.bean (0..1)All parameters of < session-deployment/ > , < entity-deployment/ > and < message-driven-deployment/ > are placed under this class level tag.
@sunone.finder (0..1)Describes the finders for container-managed persistence (CMP) 1.1 with a method name and query.
@sunone.persistence-manager (0..1)defines all the persistence manager specific information
@sunone.pool-manager (0..1)Descriptor for cache pool attributes.
@sunone.bean-pool (0..1)Specifies the pool properties of stateless session beans, entity beans, and message-driven bean.
@sunone.bean-cache (0..1)Specifies the entity bean cache properties. Used for entity beans and stateful session beans.
@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.
Tag Usage, Method Level (@sunone)@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.
@sunone.relation (0..*)S pecifies the column pairs in the mapping of a relation. Must occur at least once, though may occur multiple times, once for each column pair.
|