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

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


Uses of Interface
net.sf.hibernate.type.AbstractComponentType

Packages that use AbstractComponentType
net.sf.hibernate.collection   
net.sf.hibernate.expression   
net.sf.hibernate.persister   
net.sf.hibernate.type   
 

Uses of AbstractComponentType in net.sf.hibernate.collection
 

Constructors in net.sf.hibernate.collection with parameters of type AbstractComponentType
CompositeElementPropertyMapping(String[] elementColumns, AbstractComponentType compositeType, SessionFactoryImplementor factory)
           
 

Uses of AbstractComponentType in net.sf.hibernate.expression
 

Methods in net.sf.hibernate.expression with parameters of type AbstractComponentType
protected  void Example.addComponentTypedValues(String path, Object component, AbstractComponentType type, List list)
           
protected  void Example.appendComponentCondition(String path, Object component, AbstractComponentType type, Class persistentClass, String alias, Map aliasClasses, SessionFactoryImplementor sessionFactory, StringBuffer buf)
           
 

Uses of AbstractComponentType in net.sf.hibernate.persister
 

Methods in net.sf.hibernate.persister with parameters of type AbstractComponentType
protected  void AbstractPropertyMapping.initComponentPropertyPaths(String path, AbstractComponentType type, String[] columns, SessionFactoryImplementor factory)
           
 

Uses of AbstractComponentType in net.sf.hibernate.type
 

Classes in net.sf.hibernate.type that implement AbstractComponentType
 class ComponentType
          Handles "component" mappings
 class CompositeCustomType
          Adapts CompositeUserType to Type interface
 class DynamicComponentType
          Handles "dynamic" components, represented as Maps
 class ObjectType
          Handles "any" mappings and the old deprecated "object" type