@jonas Tag ReferenceTags for creation of JOnAS-specific resources Applies to: all EJB types @jonas Class Level Tags@jonas.bean@jonas.ejb-ref @jonas.finder-method-jdbc-mapping @jonas.is-modified-method-name @jonas.jdbc-mapping @jonas.max-cache-size @jonas.message-driven-destination @jonas.min-pool-size @jonas.passivation-timeout @jonas.resource @jonas.resource-env @jonas.session-timeout @jonas.shared @jonas Class Level Tag Usage@jonas.bean (0..1)The jonas.bean element declares the JOnAS specific information for an enterprise bean. Applies to: All EJB types, class level
@jonas.ejb-ref (0..*)The jonas.ejb-ref element declares the JOnAS specific information for a reference to another enterprise bean's home. Applies to: All EJB types, class level
@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. Applies to: Entity Beans, class level
@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. Applies to: Entity Beans, class level
@jonas.jdbc-mapping (0..1)The jonas.jdbc-mapping element declares the mapping of an entity with container-managed persistence to the underlying database. Applies to: Entity Beans, class level
@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. Applies to: Entity Beans, class level
@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. Applies to: Message Driven Bean, class level
@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. Applies to: Entity Beans, class level
@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. Applies to: Entity Beans, class level
@jonas.resource (0..*)The jonas.resource element declares the JOnAS specific information for an external resource referenced by a bean. Applies to: All EJB types, class level
@jonas.resource-env (0..*)The jonas.resource-env element declares the JOnAS specific information for an external resource environment referenced by a bean. Applies to: All EJB types, class level
@jonas.session-timeout (0..1)The jonas.session-timeout element specifies the value of timeout in seconds for expiration of session instances. Applies to: Session Beans, class level
@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. Applies to: Entity Beans, class level
@jonas Method Level Tag Usage@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. Applies to: Entity Beans, method level
|