Implemented in class xdoclet.modules.ejb.entity.DataObjectTagsHandler.
Evaluate the body block if ejb:data-object setdata="true". If not defined then default is true.
Evaluate the body block if ejb:data-object container="true". If not defined then default is true.
Evaluate the body block if ejb:aggregate is defined for current getter method, denoting that the specified getter method returns an aggregated object.
Evaluate the body block if ejb:aggregate is not defined for current getter method.
Evaluates the body block for each setData method.
Evaluates the body block for each EJBean derived from one of the three EJB types: EntityBean, SessionBean or MessageDrivenBean.
Evaluates the body block if current bean is a concrete bean meaning the generate parameter of ejb:bean is either not specified or equals to "true", otherwise the bean is just an abstract base class bean not meant to be used as a EJBean but serve as the base for other EJBeans.
Returns data-object class name for the bean.
Returns the data-object class name highest in the hierarchy of derived beans. Because of possible inheritance between entity bean, the type of the generated getData method must be the one of the most super class of the current entity bean. The current Data class must extend the corresponding super Data class.
Returns the name of the class dataobject class extends.
Return the dataobject class name from interface name.
Returns the name of EJB ref.
Returns the name of EJB ref.
Returns the name of current EJB bean.
[prefixWithEjbSlash] |
Specifies whether to prefix it with ejb/ or not. False by default. Valid Values = {true,false} |
Returns the name of EJB ref.
Returns the symbolic name of the current class. For an EJBean it's the value of ejb:bean's name parameter.
Returns short version of ejbName(). Example: "foo.bar.MyBean" ->"MyBean", "foo/bar/MyBean" ->"MyBean"
Returns Bean type : "Entity", "Session" or "Message Driven".
Returns the full-qualified name of the current class's concrete class. This is the class that is generated and is derived from current class.
Returns unique id for current ejb.