Uses of Class
org.apache.openejb.jee.jba.cmp.EntityCommand
-
Packages that use EntityCommand Package Description 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 Modifier and Type Field Description protected EntityCommandDefaults. entityCommandprotected EntityCommandEntity. entityCommandFields in org.apache.openejb.jee.jba.cmp with type parameters of type EntityCommand Modifier and Type Field Description protected List<EntityCommand>EntityCommands. entityCommandMethods in org.apache.openejb.jee.jba.cmp that return EntityCommand Modifier and Type Method Description EntityCommandObjectFactory. createEntityCommand()Create an instance ofEntityCommandEntityCommandDefaults. getEntityCommand()Gets the value of the entityCommand property.EntityCommandEntity. getEntityCommand()Gets the value of the entityCommand property.Methods in org.apache.openejb.jee.jba.cmp that return types with arguments of type EntityCommand Modifier and Type Method Description List<EntityCommand>EntityCommands. getEntityCommand()Gets the value of the entityCommand property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type EntityCommand Modifier and Type Method Description voidDefaults. setEntityCommand(EntityCommand value)Sets the value of the entityCommand property.voidEntity. setEntityCommand(EntityCommand value)Sets the value of the entityCommand property.
-