public class ComponentMetamodel
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ComponentMetamodel(Component component) |
Modifier and Type | Method and Description |
---|---|
StandardProperty[] |
getProperties() |
StandardProperty |
getProperty(int index) |
StandardProperty |
getProperty(java.lang.String propertyName) |
int |
getPropertyIndex(java.lang.String propertyName) |
int |
getPropertySpan() |
org.hibernate.tuple.component.ComponentEntityModeToTuplizerMapping |
getTuplizerMapping() |
boolean |
isKey() |
public ComponentMetamodel(Component component)
public boolean isKey()
public int getPropertySpan()
public StandardProperty[] getProperties()
public StandardProperty getProperty(int index)
public int getPropertyIndex(java.lang.String propertyName)
public StandardProperty getProperty(java.lang.String propertyName)
public org.hibernate.tuple.component.ComponentEntityModeToTuplizerMapping getTuplizerMapping()
Copyright © 2013. All Rights Reserved.