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

Uses of Interface net.sf.hibernate.Databinder (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.Databinder

Packages that use Databinder
net.sf.hibernate   
net.sf.hibernate.impl   
net.sf.hibernate.jca   
net.sf.hibernate.jmx   
net.sf.hibernate.xml   
 

Uses of Databinder in net.sf.hibernate
 

Methods in net.sf.hibernate that return Databinder
 Databinder SessionFactory.openDatabinder()
          Create a new databinder.
 Databinder Databinder.bind(Object object)
          Add an object to the output document.
 Databinder Databinder.bindAll(Collection objects)
          Add a collection of objects to the output document.
 

Uses of Databinder in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl that return Databinder
 Databinder SessionFactoryImpl.openDatabinder()
           
 

Uses of Databinder in net.sf.hibernate.jca
 

Methods in net.sf.hibernate.jca that return Databinder
 Databinder JCASessionFactoryImpl.openDatabinder()
           
 

Uses of Databinder in net.sf.hibernate.jmx
 

Methods in net.sf.hibernate.jmx that return Databinder
 Databinder SessionFactoryStub.openDatabinder()
           
 

Uses of Databinder in net.sf.hibernate.xml
 

Classes in net.sf.hibernate.xml that implement Databinder
 class XMLDatabinder
          Implementation of the API class Databinder.
 

Methods in net.sf.hibernate.xml that return Databinder
 Databinder XMLDatabinder.bind(Object object)
           
 Databinder XMLDatabinder.bindAll(Collection collection)