Uses of Class
org.codehaus.cargo.module.ejb.Entity
-
Packages that use Entity Package Description org.codehaus.cargo.module.ejb -
-
Uses of Entity in org.codehaus.cargo.module.ejb
Methods in org.codehaus.cargo.module.ejb that return Entity Modifier and Type Method Description Entity
EjbJarXml. getEntityEjb(String name)
Return a specific entity definition.Methods in org.codehaus.cargo.module.ejb that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
EjbJarXml. getEntityEjbs()
Returns all entity ejbs in this descriptor.
-