public class Component extends SimpleValue implements MetaAttributable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Component.StandardGenerationContextLocator  | 
static class  | 
Component.ValueGenerationPlan  | 
DEFAULT_ID_GEN_STRATEGY| Constructor and Description | 
|---|
Component(Mappings mappings,
         Collection collection)  | 
Component(Mappings mappings,
         Component component)  | 
Component(Mappings mappings,
         Join join)  | 
Component(Mappings mappings,
         PersistentClass owner)  | 
addFormula, createForeignKey, createForeignKeyOfEntity, getConstraintColumns, getFetchMode, getForeignKeyName, getIdentifierGeneratorProperties, getIdentifierGeneratorStrategy, getMappings, getNullValue, getTable, getTypeName, getTypeParameters, hasFormula, isAlternateUniqueKey, isCascadeDeleteEnabled, isIdentityColumn, isNationalized, isNullable, isSimpleValue, isTypeSpecified, isUpdateable, isValid, makeNationalized, setAlternateUniqueKey, setCascadeDeleteEnabled, setForeignKeyName, setIdentifierGeneratorProperties, setIdentifierGeneratorStrategy, setJpaAttributeConverterDefinition, setNullValue, setTable, setTypeName, setTypeParameterspublic Component(Mappings mappings, PersistentClass owner) throws MappingException
MappingExceptionpublic Component(Mappings mappings, Component component) throws MappingException
MappingExceptionpublic Component(Mappings mappings, Join join) throws MappingException
MappingExceptionpublic Component(Mappings mappings, Collection collection) throws MappingException
MappingExceptionpublic int getPropertySpan()
public Iterator getPropertyIterator()
public void addProperty(Property p)
public void addColumn(Column column)
addColumn in class SimpleValuepublic int getColumnSpan()
getColumnSpan in interface ValuegetColumnSpan in class SimpleValuepublic Iterator<Selectable> getColumnIterator()
getColumnIterator in interface ValuegetColumnIterator in class SimpleValuepublic boolean isEmbedded()
public String getComponentClassName()
public Class getComponentClass() throws MappingException
MappingExceptionpublic PersistentClass getOwner()
public String getParentProperty()
public void setComponentClassName(String componentClass)
public void setEmbedded(boolean embedded)
public void setOwner(PersistentClass owner)
public void setParentProperty(String parentProperty)
public boolean isDynamic()
public void setDynamic(boolean dynamic)
public Type getType() throws MappingException
getType in interface ValuegetType in class SimpleValueMappingExceptionpublic void setTypeUsingReflection(String className, String propertyName) throws MappingException
setTypeUsingReflection in interface ValuesetTypeUsingReflection in class SimpleValueMappingExceptionpublic Map getMetaAttributes()
getMetaAttributes in interface MetaAttributablepublic MetaAttribute getMetaAttribute(String attributeName)
getMetaAttribute in interface MetaAttributablepublic void setMetaAttributes(Map metas)
setMetaAttributes in interface MetaAttributablepublic Object accept(ValueVisitor visitor)
accept in interface Valueaccept in class SimpleValuepublic boolean[] getColumnInsertability()
getColumnInsertability in interface ValuegetColumnInsertability in class SimpleValuepublic boolean[] getColumnUpdateability()
getColumnUpdateability in interface ValuegetColumnUpdateability in class SimpleValuepublic String getNodeName()
public void setNodeName(String nodeName)
public boolean isKey()
public void setKey(boolean isKey)
public boolean hasPojoRepresentation()
public void addTuplizer(EntityMode entityMode, String implClassName)
public String getTuplizerImplClassName(EntityMode mode)
public Map getTuplizerMap()
public Property getProperty(String propertyName) throws MappingException
MappingExceptionpublic String getRoleName()
public void setRoleName(String roleName)
public String toString()
toString in class SimpleValuepublic IdentifierGenerator createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass) throws MappingException
createIdentifierGenerator in interface KeyValuecreateIdentifierGenerator in class SimpleValueMappingExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.