net.sf.hibernate.impl
Class ColumnNameCache
java.lang.Object
net.sf.hibernate.impl.ColumnNameCache
- public class ColumnNameCache
- extends Object
Implementation of ColumnNameCache.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnNameCache
public ColumnNameCache()
getIndexForColumnName
public int getIndexForColumnName(String columnName)
throws SQLException
- Throws:
SQLException
construct
public static ColumnNameCache construct(ResultSetMetaData metadata)
throws SQLException
- Throws:
SQLException