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

Uses of Class org.hibernate.mapping.RootClass (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.mapping.RootClass

Packages that use RootClass
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
 

Uses of RootClass in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type RootClass
static void HbmBinder.bindRootClass(org.dom4j.Element node, RootClass rootClass, Mappings mappings, Map inheritedMetas)
          Responsible for perfoming the bind operation related to an <class/> mapping element.
 

Uses of RootClass in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return RootClass
 RootClass Subclass.getRootClass()
           
 RootClass RootClass.getRootClass()
           
abstract  RootClass PersistentClass.getRootClass()
           
 

Methods in org.hibernate.mapping with parameters of type RootClass
 IdentifierGenerator SimpleValue.createIdentifierGenerator(Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)
           
 Object PersistentClassVisitor.accept(RootClass class1)
           
 IdentifierGenerator KeyValue.createIdentifierGenerator(Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)