Uses of Class
org.apache.openejb.jee.jba.cmp.EntityCommand

Packages that use EntityCommand
org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EntityCommand in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as EntityCommand
protected  EntityCommand Entity.entityCommand
           
protected  EntityCommand Defaults.entityCommand
           
 

Fields in org.apache.openejb.jee.jba.cmp with type parameters of type EntityCommand
protected  List<EntityCommand> EntityCommands.entityCommand
           
 

Methods in org.apache.openejb.jee.jba.cmp that return EntityCommand
 EntityCommand ObjectFactory.createEntityCommand()
          Create an instance of EntityCommand
 EntityCommand Entity.getEntityCommand()
          Gets the value of the entityCommand property.
 EntityCommand Defaults.getEntityCommand()
          Gets the value of the entityCommand property.
 

Methods in org.apache.openejb.jee.jba.cmp that return types with arguments of type EntityCommand
 List<EntityCommand> EntityCommands.getEntityCommand()
          Gets the value of the entityCommand property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type EntityCommand
 void Entity.setEntityCommand(EntityCommand value)
          Sets the value of the entityCommand property.
 void Defaults.setEntityCommand(EntityCommand value)
          Sets the value of the entityCommand property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.