Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
QueryHint<NamedQuery<T>> |
NamedQuery.createHint()
Creates a new
hint element |
QueryHint<NamedNativeQuery<T>> |
NamedNativeQuery.createHint()
Creates a new
hint element |
QueryHint<T> |
QueryHint.description(String description)
Sets the
description 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.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 |
Modifier and Type | Method and Description |
---|---|
List<QueryHint<NamedQuery<T>>> |
NamedQuery.getAllHint()
Returns all
hint elements |
List<QueryHint<NamedNativeQuery<T>>> |
NamedNativeQuery.getAllHint()
Returns all
hint elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.