Package org.hibernate.boot.query
Interface NamedNativeQueryDefinition<E>
- All Superinterfaces:
NamedQueryDefinition<E>
,TypedQueryReference<E>
- All Known Implementing Classes:
NamedNativeQueryDefinitionImpl
Boot-time descriptor of a named native query, as defined in
annotations or xml
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionresolve
(SessionFactoryImplementor factory) Resolve the mapping definition into its run-time memento form.Methods inherited from interface org.hibernate.boot.query.NamedQueryDefinition
getLocation, getName, getRegistrationName, getResultType
Methods inherited from interface jakarta.persistence.TypedQueryReference
getHints
-
Method Details
-
getSqlQueryString
String getSqlQueryString() -
getResultSetMappingName
String getResultSetMappingName() -
resolve
Description copied from interface:NamedQueryDefinition
Resolve the mapping definition into its run-time memento form.- Specified by:
resolve
in interfaceNamedQueryDefinition<E>
-