| |
|
| java.lang.Object org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityCommandMetaData
JDBCEntityCommandMetaData | final public class JDBCEntityCommandMetaData (Code) | | This immutable class contains information about entity command
author: Alex Loubyansky version: $Revision: 57209 $ |
JDBCEntityCommandMetaData | public JDBCEntityCommandMetaData(Element element) throws DeploymentException(Code) | | Constructs a JDBCEntityCommandMetaData reading the entity-command element
Parameters: element - - entity-command element |
JDBCEntityCommandMetaData | public JDBCEntityCommandMetaData(Element element, JDBCEntityCommandMetaData defaultValues) throws DeploymentException(Code) | | Constructs a JDBCEntityCommandMetaData from entity-command xml element
and default values
Parameters: element - entity-command element |
getAttribute | public String getAttribute(String name)(Code) | | value for the passed in parameter name |
getCommandClass | public Class getCommandClass()(Code) | | the class of the command |
getCommandName | public String getCommandName()(Code) | | the name of the command |
|
|
|