Package org.hibernate.boot.query
Interface NamedNativeQueryDefinition
- All Superinterfaces:
NamedQueryDefinition
- All Known Implementing Classes:
NamedNativeQueryDefinitionImpl
Boot-time descriptor of a named native query, as defined in
annotations or xml
- Author:
- Steve Ebersole, Gavin King
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionresolve(SessionFactoryImplementor factory) Resolve the mapping definition into its run-time memento formMethods inherited from interface org.hibernate.boot.query.NamedQueryDefinition
getRegistrationName
-
Method Details
-
getSqlQueryString
String getSqlQueryString() -
getResultSetMappingName
String getResultSetMappingName() -
getResultSetMappingClassName
String getResultSetMappingClassName() -
resolve
Description copied from interface:NamedQueryDefinitionResolve the mapping definition into its run-time memento form- Specified by:
resolvein interfaceNamedQueryDefinition
-