org.eclipse.jpt.core.context
Interface NamedNativeQuery

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, JpaContextNode, JpaNode, Model, Query
All Known Subinterfaces:
JavaNamedNativeQuery, OrmNamedNativeQuery

public interface NamedNativeQuery
extends Query

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.


Field Summary
static java.lang.String RESULT_CLASS_PROPERTY
           
static java.lang.String RESULT_SET_MAPPING_PROPERTY
           
 
Fields inherited from interface org.eclipse.jpt.core.context.Query
HINTS_LIST, NAME_PROPERTY, QUERY_PROPERTY
 
Method Summary
 java.lang.String getResultClass()
           
 java.lang.String getResultSetMapping()
           
 void setResultClass(java.lang.String value)
           
 void setResultSetMapping(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.jpt.core.context.Query
addHint, getName, getQuery, hints, hintsSize, moveHint, overrides, removeHint, removeHint, setName, setQuery
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getEntityMappings, getOrmPersistentType, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent, getResource
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

RESULT_CLASS_PROPERTY

static final java.lang.String RESULT_CLASS_PROPERTY
See Also:
Constant Field Values

RESULT_SET_MAPPING_PROPERTY

static final java.lang.String RESULT_SET_MAPPING_PROPERTY
See Also:
Constant Field Values
Method Detail

getResultClass

java.lang.String getResultClass()

setResultClass

void setResultClass(java.lang.String value)

getResultSetMapping

java.lang.String getResultSetMapping()

setResultSetMapping

void setResultSetMapping(java.lang.String value)