public class EmbeddedComponentType extends ComponentType
hasNotNullProperty
componentTuplizer, entityMode, propertySpan
LEGACY_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, toLoggableString
beforeAssemble, getSemiResolvedType, isAnyType, isAssociationType, isCollectionType, isEntityType, replaceNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeAssemble, getSemiResolvedType, isAnyType, isAssociationType, isCollectionType, isEntityType
public EmbeddedComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)
public boolean isEmbedded()
CompositeType
isEmbedded
in interface CompositeType
isEmbedded
in class ComponentType
public boolean isMethodOf(Method method)
CompositeType
isMethodOf
in interface CompositeType
isMethodOf
in class ComponentType
method
- The method to checkpublic Object instantiate(Object parent, SessionImplementor session) throws HibernateException
instantiate
in class ComponentType
HibernateException
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.