Package org.hibernate.query.results.implicit
package org.hibernate.query.results.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
-
ClassDescriptionResultBuilder for handling
NamedNativeQuery.resultClass()when the class does not refer to an entity