站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.collection.ArrayHolder (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.collection.ArrayHolder

Packages that use ArrayHolder
net.sf.hibernate.engine   
net.sf.hibernate.impl   
 

Uses of ArrayHolder in net.sf.hibernate.engine
 

Methods in net.sf.hibernate.engine that return ArrayHolder
 ArrayHolder SessionImplementor.getArrayHolder(Object array)
          Get the PersistentCollection object for an array
 

Methods in net.sf.hibernate.engine with parameters of type ArrayHolder
 void SessionImplementor.addArrayHolder(ArrayHolder holder)
          Register a PersistentCollection object for an array
 

Uses of ArrayHolder in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl that return ArrayHolder
 ArrayHolder SessionImpl.getArrayHolder(Object array)
           
 

Methods in net.sf.hibernate.impl with parameters of type ArrayHolder
 void SessionImpl.addArrayHolder(ArrayHolder holder)
          associate a holder with an array - called after loading array