Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm10.QueryHint

Packages that use QueryHint
org.jboss.shrinkwrap.descriptor.api.orm10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of QueryHint in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return QueryHint
 QueryHint<NamedQuery<T>> NamedQuery.createHint()
          Creates a new hint element
 QueryHint<NamedNativeQuery<T>> NamedNativeQuery.createHint()
          Creates a new hint element
 QueryHint<NamedQuery<T>> NamedQuery.getOrCreateHint()
          If not already created, a new hint element will be created and returned.
 QueryHint<NamedNativeQuery<T>> NamedNativeQuery.getOrCreateHint()
          If not already created, a new hint element will be created and returned.
 QueryHint<T> QueryHint.name(String name)
          Sets the name attribute
 QueryHint<T> QueryHint.removeName()
          Removes the name attribute
 QueryHint<T> QueryHint.removeValue()
          Removes the value attribute
 QueryHint<T> QueryHint.value(String value)
          Sets the value attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type QueryHint
 List<QueryHint<NamedQuery<T>>> NamedQuery.getAllHint()
          Returns all hint elements
 List<QueryHint<NamedNativeQuery<T>>> NamedNativeQuery.getAllHint()
          Returns all hint elements
 



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