public class ComponentMetamodel extends Object implements Serializable
Constructor and Description |
---|
ComponentMetamodel(Component component) |
Modifier and Type | Method and Description |
---|---|
StandardProperty[] |
getProperties() |
StandardProperty |
getProperty(int index) |
StandardProperty |
getProperty(String propertyName) |
int |
getPropertyIndex(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(String propertyName)
public StandardProperty getProperty(String propertyName)
public org.hibernate.tuple.component.ComponentEntityModeToTuplizerMapping getTuplizerMapping()
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved