org.hibernate.loader.custom
Class CustomLoader.ScalarResultColumnProcessor
java.lang.Object
org.hibernate.loader.custom.CustomLoader.ScalarResultColumnProcessor
- Enclosing class:
- CustomLoader
public class CustomLoader.ScalarResultColumnProcessor
- extends Object
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
- Throws:
SQLException
HibernateException
performDiscovery
public void performDiscovery(org.hibernate.loader.custom.CustomLoader.Metadata metadata,
List types,
List aliases)
throws SQLException
- Throws:
SQLException