Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » jdbc » [javadoc | source]
org.hibernate.jdbc
public class: ColumnNameCache [javadoc | source]
java.lang.Object
   org.hibernate.jdbc.ColumnNameCache
Implementation of ColumnNameCache.
Constructor:
 public ColumnNameCache(int columnCount) 
Method from org.hibernate.jdbc.ColumnNameCache Summary:
getIndexForColumnName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.jdbc.ColumnNameCache Detail:
 public int getIndexForColumnName(String columnName,
    ResultSetWrapper rs) throws SQLException