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

ComponentMetamodel (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.tuple.component
Class ComponentMetamodel

java.lang.Object
  extended byorg.hibernate.tuple.component.ComponentMetamodel
All Implemented Interfaces:
Serializable

public class ComponentMetamodel
extends Object
implements Serializable

Centralizes metamodel information about a component.

Author:
Steve Ebersole
See Also:
Serialized Form

Constructor Summary
ComponentMetamodel(Component component)
           
 
Method Summary
 StandardProperty[] getProperties()
           
 StandardProperty getProperty(int index)
           
 StandardProperty getProperty(String propertyName)
           
 int getPropertyIndex(String propertyName)
           
 int getPropertySpan()
           
 org.hibernate.tuple.component.ComponentEntityModeToTuplizerMapping getTuplizerMapping()
           
 boolean isKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentMetamodel

public ComponentMetamodel(Component component)
Method Detail

isKey

public boolean isKey()

getPropertySpan

public int getPropertySpan()

getProperties

public StandardProperty[] getProperties()

getProperty

public StandardProperty getProperty(int index)

getPropertyIndex

public int getPropertyIndex(String propertyName)

getProperty

public StandardProperty getProperty(String propertyName)

getTuplizerMapping

public org.hibernate.tuple.component.ComponentEntityModeToTuplizerMapping getTuplizerMapping()