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

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

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

Fields in org.apache.openejb.jee.jpa with type parameters of type QueryHint
protected  List<QueryHint> NamedQuery.hint
           
protected  List<QueryHint> NamedNativeQuery.hint
           
 

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

Methods in org.apache.openejb.jee.jpa that return types with arguments of type QueryHint
 List<QueryHint> NamedQuery.getHint()
          Gets the value of the hint property.
 List<QueryHint> NamedNativeQuery.getHint()
          Gets the value of the hint property.
 



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