org.hibernate.loader.custom
Class CustomLoader.ScalarResultColumnProcessor

java.lang.Object
  extended by org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
Enclosing class:
CustomLoader

public class CustomLoader.ScalarResultColumnProcessor
extends java.lang.Object


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

Constructor Detail

CustomLoader.ScalarResultColumnProcessor

public CustomLoader.ScalarResultColumnProcessor(int position)

CustomLoader.ScalarResultColumnProcessor

public CustomLoader.ScalarResultColumnProcessor(java.lang.String alias,
                                                Type type)
Method Detail

extract

public java.lang.Object extract(java.lang.Object[] data,
                                java.sql.ResultSet resultSet,
                                SessionImplementor session)
                         throws java.sql.SQLException,
                                HibernateException
Throws:
java.sql.SQLException
HibernateException

performDiscovery

public void performDiscovery(org.hibernate.loader.custom.CustomLoader.Metadata metadata,
                             java.util.List types,
                             java.util.List aliases)
                      throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2008 Hibernate.org. All Rights Reserved.