xdoclet.modules.ejb.entity
public class EntityTagsHandler extends EjbTagsHandler
Version: $Revision: 1.12 $
UNKNOWN: Oct 16, 2001 namespace = "EjbEntity"
| Method Summary | |
|---|---|
| void | forAllEjbSelectMethods(String template)
Evaluates the body block for each ejbSelect |
| void | forAllEntityBeans(String template)
Evaluates the body block for each EJBean derived from EntityBean.
|
| void | ifEntity(String template)
Evaluate the body block if current class is of an entity type.
|
| static boolean | isEjbSelectMethod(XMethod method) |
| static boolean | isEntity(XClass clazz)
Returns true if clazz is an entity bean, false otherwise.
|
| String | persistenceType()
Returns the persistent type of current bean.
|
| String | reentrant()
Returns True if ejb:bean reentrant is true, False otherwise. |
Parameters: template The body of the block tag
Throws: XDocletException
See Also: EntityTagsHandler
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: EntityTagsHandler
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
See Also: EntityTagsHandler
UNKNOWN: type = "block"
Parameters: clazz Description of Parameter
Returns: The Entity value
Returns: "Container" or "Bean".
Throws: XDocletException
See Also: CmpTagsHandler BmpTagsHandler
UNKNOWN: type = "content"
Returns: Description of the Returned Value
Throws: XDocletException
See Also: EntityTagsHandler
UNKNOWN: type = "content"