Package org.hibernate.query.results.internal.implicit
package org.hibernate.query.results.internal.implicit
Defines support for implicit ResultSet mappings. Generally these
implicit mappings come from:
- named scalar result mappings specifying no explicit columns
- mapping results to a named entity class with no explicit property mappings
-
ClassDescriptionFetchBuilder used when an explicit mapping was not givenResultBuilder for handling
NamedNativeQuery.resultClass()
when the class does not refer to an entity