|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JavaQuery
Java named and named native queries
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.context.JpaNamedContextModel |
|---|
JpaNamedContextModel.NameTransformer |
| Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.JpaModel |
|---|
JpaModel.JpaVersionIsCompatibleWith |
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
JptResourceTypeReference.ResourceTypeIsKindOf, JptResourceTypeReference.ResourceTypeTransformer |
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jpt.jpa.core.context.Query |
|---|
HINTS_LIST, TYPES |
| Fields inherited from interface org.eclipse.jpt.jpa.core.context.JpaNamedContextModel |
|---|
NAME_PROPERTY, NAME_TRANSFORMER |
| Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
TRANSFORMER |
| Method Summary | |
|---|---|
JavaQueryHint |
addHint()
Add a hint to the query and return the object representing it. |
JavaQueryHint |
addHint(int index)
Add a hint to the query and return the object representing it. |
void |
convertTo(OrmQueryContainer queryContainer)
Add the appropriate mapping file query to the specified query container and convert it from this query. |
void |
delete()
Remove the query from its parent. |
org.eclipse.jpt.common.utility.iterable.ListIterable<JavaQueryHint> |
getHints()
Return the query's hints. |
QueryAnnotation |
getQueryAnnotation()
|
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.Query |
|---|
getHint, getHintsSize, getNameTextRange, getType, moveHint, removeHint, removeHint, supportsValidationMessages, validate |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaNamedContextModel |
|---|
getName, isEquivalentTo, setName |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextModel |
|---|
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate |
| Methods inherited from interface org.eclipse.jpt.jpa.core.JpaModel |
|---|
getJpaPlatform, getJpaProject, getJpaProjectManager, getResource, stateChanged |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
getResourceType |
| Method Detail |
|---|
QueryAnnotation getQueryAnnotation()
org.eclipse.jpt.common.utility.iterable.ListIterable<JavaQueryHint> getHints()
Query
getHints in interface QueryJavaQueryHint addHint()
Query
addHint in interface QueryJavaQueryHint addHint(int index)
Query
addHint in interface Queryvoid convertTo(OrmQueryContainer queryContainer)
void delete()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||