Package org.hibernate.boot.query
Interface NamedNativeQueryDefinition
-
- All Superinterfaces:
NamedQueryDefinition
- All Known Implementing Classes:
NamedNativeQueryDefinitionImpl
public interface NamedNativeQueryDefinition extends NamedQueryDefinition
Boot-time descriptor of a named native query, as defined in annotations or xml- See Also:
NamedNativeQuery,NamedNativeQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResultSetMappingClassName()StringgetResultSetMappingName()StringgetSqlQueryString()NamedNativeQueryMementoresolve(SessionFactoryImplementor factory)Resolve the mapping definition into its run-time memento form-
Methods inherited from interface org.hibernate.boot.query.NamedQueryDefinition
getRegistrationName
-
-
-
-
Method Detail
-
getSqlQueryString
String getSqlQueryString()
-
getResultSetMappingName
String getResultSetMappingName()
-
getResultSetMappingClassName
String getResultSetMappingClassName()
-
resolve
NamedNativeQueryMemento resolve(SessionFactoryImplementor factory)
Description copied from interface:NamedQueryDefinitionResolve the mapping definition into its run-time memento form- Specified by:
resolvein interfaceNamedQueryDefinition
-
-