org.hibernate.loader.custom
Class CustomLoader.NonScalarResultColumnProcessor

java.lang.Object
  extended byorg.hibernate.loader.custom.CustomLoader.NonScalarResultColumnProcessor
All Implemented Interfaces:
org.hibernate.loader.custom.CustomLoader.ResultColumnProcessor
Enclosing class:
CustomLoader

public class CustomLoader.NonScalarResultColumnProcessor
extends Object
implements org.hibernate.loader.custom.CustomLoader.ResultColumnProcessor


Constructor Summary
CustomLoader.NonScalarResultColumnProcessor(int position)
           
 
Method Summary
 Object extract(Object[] data, ResultSet resultSet, SessionImplementor session)
           
 void performDiscovery(org.hibernate.loader.custom.CustomLoader.Metadata metadata, List types, List aliases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomLoader.NonScalarResultColumnProcessor

public CustomLoader.NonScalarResultColumnProcessor(int position)
Method Detail

extract

public Object extract(Object[] data,
                      ResultSet resultSet,
                      SessionImplementor session)
               throws SQLException,
                      HibernateException
Specified by:
extract in interface org.hibernate.loader.custom.CustomLoader.ResultColumnProcessor
Throws:
SQLException
HibernateException

performDiscovery

public void performDiscovery(org.hibernate.loader.custom.CustomLoader.Metadata metadata,
                             List types,
                             List aliases)
Specified by:
performDiscovery in interface org.hibernate.loader.custom.CustomLoader.ResultColumnProcessor