public class EmbeddedComponentType extends ComponentType
hasNotNullPropertycomponentTuplizer, entityMode, propertySpanLEGACY_DEFAULT_SIZE, LEGACY_DICTATED_SIZE| Constructor and Description | 
|---|
EmbeddedComponentType(TypeFactory.TypeScope typeScope,
                     ComponentMetamodel metamodel)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
instantiate(Object parent,
           SessionImplementor session)  | 
boolean | 
isEmbedded()
Is this component embedded?  "embedded" indicates that the component is "virtual", that its properties are
 "flattened" onto its owner 
 | 
boolean | 
isMethodOf(Method method)
Is the given method a member of this component's class? 
 | 
assemble, canDoExtraction, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, fromXMLNode, getCascadeStyle, getColumnSpan, getComponentTuplizer, getEntityMode, getFetchMode, getHashCode, getHashCode, getName, getPropertyIndex, getPropertyNames, getPropertyNullability, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getReturnedClass, getSubtypes, hasNotNullProperty, hydrate, instantiate, isComponentType, isDirty, isDirty, isEqual, isEqual, isKey, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, setPropertyValues, setToXMLNode, sqlTypes, toColumnNullness, toLoggableStringbeforeAssemble, getSemiResolvedType, isAnyType, isAssociationType, isCollectionType, isEntityType, replaceNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeAssemble, getSemiResolvedType, isAnyType, isAssociationType, isCollectionType, isEntityTypepublic EmbeddedComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)
public boolean isEmbedded()
CompositeTypeisEmbedded in interface CompositeTypeisEmbedded in class ComponentTypepublic boolean isMethodOf(Method method)
CompositeTypeisMethodOf in interface CompositeTypeisMethodOf in class ComponentTypemethod - The method to checkpublic Object instantiate(Object parent, SessionImplementor session) throws HibernateException
instantiate in class ComponentTypeHibernateExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.