public class

ComponentMetamodel

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.tuple.component.ComponentMetamodel

Class Overview

Centralizes metamodel information about a component.

Summary

Public Constructors
ComponentMetamodel(Component component)
Public Methods
StandardProperty[] getProperties()
StandardProperty getProperty(int index)
StandardProperty getProperty(String propertyName)
int getPropertyIndex(String propertyName)
int getPropertySpan()
ComponentEntityModeToTuplizerMapping getTuplizerMapping()
boolean isKey()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ComponentMetamodel (Component component)

Public Methods

public StandardProperty[] getProperties ()

public StandardProperty getProperty (int index)

public StandardProperty getProperty (String propertyName)

public int getPropertyIndex (String propertyName)

public int getPropertySpan ()

public ComponentEntityModeToTuplizerMapping getTuplizerMapping ()

public boolean isKey ()