Uses of Class
org.jboss.metadata.ejb.spec.ResultTypeMapping

Packages that use ResultTypeMapping
org.jboss.metadata.ejb.spec   
 

Uses of ResultTypeMapping in org.jboss.metadata.ejb.spec
 

Methods in org.jboss.metadata.ejb.spec that return ResultTypeMapping
 ResultTypeMapping QueryMetaData.getResultTypeMapping()
          Get the resultTypeMapping.
static ResultTypeMapping ResultTypeMapping.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultTypeMapping[] ResultTypeMapping.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.metadata.ejb.spec with parameters of type ResultTypeMapping
 void QueryMetaData.setResultTypeMapping(ResultTypeMapping resultTypeMapping)
          Set the resultTypeMapping.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.