public static interface Util.ResultSetMappingResolutionContext
Modifier and Type | Method and Description |
---|---|
void |
addQueryReturns(NativeSQLQueryReturn... queryReturns)
Callback to add query returns indicated by the result set mapping(s)
|
void |
addQuerySpaces(String... querySpaces)
Callback to add query spaces indicated by the result set mapping(s)
|
ResultSetMappingDefinition |
findResultSetMapping(String name)
Locate a ResultSetMappingDefinition by name
|
SessionFactoryImplementor |
getSessionFactory()
Access to the SessionFactory
|
SessionFactoryImplementor getSessionFactory()
ResultSetMappingDefinition findResultSetMapping(String name)
name
- The name of the ResultSetMappingDefinition to locatevoid addQueryReturns(NativeSQLQueryReturn... queryReturns)
queryReturns
- The query returnsvoid addQuerySpaces(String... querySpaces)
querySpaces
- The query spacesCopyright © 2017 JBoss by Red Hat. All rights reserved.