当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
CustomLoader.ScalarResultColumnProcessor (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.loader.custom
Class CustomLoader.ScalarResultColumnProcessor
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomLoader.ScalarResultColumnProcessor
public CustomLoader.ScalarResultColumnProcessor(int position)
CustomLoader.ScalarResultColumnProcessor
public CustomLoader.ScalarResultColumnProcessor(String alias,
Type type)
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