public class NonScalarResultColumnProcessor extends Object
| Constructor and Description | 
|---|
| NonScalarResultColumnProcessor(int position) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | extract(Object[] data,
       ResultSet resultSet,
       SessionImplementor session)Perform The extraction | 
| void | performDiscovery(org.hibernate.loader.custom.JdbcResultMetadata metadata,
                List<Type> types,
                List<String> aliases)Perform discovery, if needed. | 
public NonScalarResultColumnProcessor(int position)
public void performDiscovery(org.hibernate.loader.custom.JdbcResultMetadata metadata,
                             List<Type> types,
                             List<String> aliases)
metadata - Delegate for accessing metadata about the JDBC ResultSettypes - The building List of typesaliases - The building list of column names/aliasespublic Object extract(Object[] data, ResultSet resultSet, SessionImplementor session) throws SQLException, HibernateException
data - All non-scalar results (handled at a higher level than these processors)resultSet - The JDBC result set.session - The Hibernate SessionSQLException - Indicates a problem accessing the JDBC objectsHibernateException - Indicates a higher-level problem already categorized by HibernateCopyright © 2018 JBoss by Red Hat. All rights reserved.