Package org.hibernate.boot.query
Interface NamedHqlQueryDefinition<E>
- All Superinterfaces:
NamedQueryDefinition<E>
,TypedQueryReference<E>
- All Known Implementing Classes:
NamedHqlQueryDefinitionImpl
Boot-time descriptor of a named HQL 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
-
getHqlString
String getHqlString() -
resolve
Description copied from interface:NamedQueryDefinition
Resolve the mapping definition into its run-time memento form.- Specified by:
resolve
in interfaceNamedQueryDefinition<E>
-