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 Object


Constructor Summary
CustomLoader.ScalarResultColumnProcessor(int position)
           
CustomLoader.ScalarResultColumnProcessor(String alias, Type type)
           
 
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.ScalarResultColumnProcessor

public CustomLoader.ScalarResultColumnProcessor(int position)

CustomLoader.ScalarResultColumnProcessor

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

extract

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

performDiscovery

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


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.