Uses of Class
org.apache.openejb.jee.jpa.EntityResult

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

Uses of EntityResult in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa with type parameters of type EntityResult
protected  java.util.List<EntityResult> SqlResultSetMapping.entityResult
           
 

Methods in org.apache.openejb.jee.jpa that return EntityResult
 EntityResult ObjectFactory.createEntityResult()
          Create an instance of EntityResult
 

Methods in org.apache.openejb.jee.jpa that return types with arguments of type EntityResult
 java.util.List<EntityResult> SqlResultSetMapping.getEntityResult()
          Gets the value of the entityResult property.
 



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