ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return QueryHint
 QueryHint<NamedNativeQuery<T>> NamedNativeQuery.createHint()
          Creates a new hint element
 QueryHint<NamedQuery<T>> NamedQuery.createHint()
          Creates a new hint element
 QueryHint<T> QueryHint.description(String description)
          Sets the description element
 QueryHint<NamedNativeQuery<T>> NamedNativeQuery.getOrCreateHint()
          If not already created, a new hint element will be created and returned.
 QueryHint<NamedQuery<T>> NamedQuery.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.removeDescription()
          Removes the description element
 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.orm20 that return types with arguments of type QueryHint
 List<QueryHint<NamedNativeQuery<T>>> NamedNativeQuery.getAllHint()
          Returns all hint elements
 List<QueryHint<NamedQuery<T>>> NamedQuery.getAllHint()
          Returns all hint elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.