Uses of Annotation Interface
jakarta.persistence.SqlResultSetMapping
Packages that use SqlResultSetMapping
Package
Description
Support for handling named queries during the bootstrap process.
-
Uses of SqlResultSetMapping in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type SqlResultSetMappingModifier and TypeMethodDescriptionstatic List<SqlResultSetMapping>JPAXMLOverriddenAnnotationReader.buildSqlResultSetMappings(List<JaxbSqlResultSetMapping> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess) Methods in org.hibernate.boot.model.internal with parameters of type SqlResultSetMappingModifier and TypeMethodDescriptionstatic voidQueryBinder.bindSqlResultSetMapping(SqlResultSetMapping resultSetMapping, MetadataBuildingContext context, boolean isDefault) Constructors in org.hibernate.boot.model.internal with parameters of type SqlResultSetMappingModifierConstructorDescriptionResultSetMappingSecondPass(SqlResultSetMapping annotation, MetadataBuildingContext context, boolean isDefault) -
Uses of SqlResultSetMapping in org.hibernate.boot.query
Methods in org.hibernate.boot.query with parameters of type SqlResultSetMappingModifier and TypeMethodDescriptionSqlResultSetMappingDescriptor.from(SqlResultSetMapping mappingAnnotation) SqlResultSetMappingDescriptor.from(SqlResultSetMapping mappingAnnotation, String name)