Tag Reference for @jonasTags for creation of JOnAS-specific resources Class Level Tags
@jonas.bean
Method Level Tags Field Level Tags
Tag Usage, Class Level (@jonas)@jonas.bean (0..1)The jonas.bean element declares the JOnAS specific information for an enterprise bean.
@jonas.resource (0..*)The jonas.resource element declares the JOnAS specific information for an external resource referenced by a bean.
@jonas.resource-env (0..*)The jonas.resource-env element declares the JOnAS specific information for an external resource environment referenced by a bean.
@jonas.ejb-ref (0..*)The jonas.ejb-ref element declares the JOnAS specific information for a reference to another enterprise bean's home.
@jonas.session-timeout (0..1)The jonas.session-timeout element specifies the value of timeout in seconds for expiration of session instances.
@jonas.is-modified-method-name (0..1)The jonas.is-modified-method-name element specifies the name of the is-modified method of an entity.
@jonas.shared (0..1)The jonas.shared element specifies if the bean state can be accessed outside JOnAS. This tag has only been present since version 2.4.
@jonas.passivation-timeout (0..1)The jonas.passivation-timeout element specifies the value of timeout in seconds for passivation of entity instances when no transaction are used.
@jonas.max-cache-size (0..1)The jonas.max-cache-size element defines the max number of instances that can be hold in memory. The default value is infinite. This tag has only been present since version 2.4.
@jonas.min-pool-size (0..1)The jonas.min-pool-size element specify the number of instances that will be created to populate the pool when the bean is loaded for the first time. The default value is 0. This tag has only been present since version 2.4.
@jonas.jdbc-mapping (0..1)The jonas.jdbc-mapping element declares the mapping of an entity with container-managed persistence to the underlying database.
@jonas.finder-method-jdbc-mapping (0..1)The jonas.finder-method-jdbc-mapping element declares the SQL WHERE clause associated to a finder method of a container-managed persistence entity.
@jonas.message-driven-destination (0..1)The jonas.jonas-message-driven-destination element declares the JOnAS specific information for a the message driven bean destination.
Tag Usage, Method Level (@jonas)@jonas.cmp-field-jdbc-mapping (0..1)The jonas.cmp-field-jdbc-mapping element declares the mapping of a container-managed field of an entity to a column of a relational table.
|