public class EmbeddedComponentType extends ComponentType
propertySpan, tuplizerMapping| Constructor and Description |
|---|
EmbeddedComponentType(TypeFactory.TypeScope typeScope,
ComponentMetamodel metamodel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
instantiate(java.lang.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(java.lang.reflect.Method method)
Is the given method a member of this component's class?
|
assemble, compare, deepCopy, disassemble, fromXMLNode, getCascadeStyle, getColumnSpan, getFetchMode, getHashCode, getHashCode, getName, getPropertyIndex, getPropertyNames, getPropertyNullability, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getReturnedClass, getSubtypes, getTuplizerMapping, 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(java.lang.reflect.Method method)
CompositeTypeisMethodOf in interface CompositeTypeisMethodOf in class ComponentTypemethod - The method to checkpublic java.lang.Object instantiate(java.lang.Object parent,
SessionImplementor session)
throws HibernateException
instantiate in class ComponentTypeHibernateExceptionCopyright © 2013. All Rights Reserved.