|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.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 | |
---|---|
java.util.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |