站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

CustomLoader.ScalarResultColumnProcessor (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.loader.custom
Class CustomLoader.ScalarResultColumnProcessor

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

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


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
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)
                      throws SQLException
Specified by:
performDiscovery in interface org.hibernate.loader.custom.CustomLoader.ResultColumnProcessor
Throws:
SQLException