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

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

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

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

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

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



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