Uses of Class
org.hibernate.hql.HolderInstantiator

Packages that use HolderInstantiator
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of HolderInstantiator in org.hibernate.impl
 

Constructors in org.hibernate.impl with parameters of type HolderInstantiator
IteratorImpl(ResultSet rs, PreparedStatement ps, SessionImplementor sess, Type[] types, String[][] columnNames, HolderInstantiator holderInstantiator)