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,
SharedSessionContractImplementor 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, getCascadeStyle, getColumnSpan, getComponentTuplizer, getEntityMode, getFetchMode, getHashCode, getHashCode, getName, getPropertyIndex, getPropertyNames, getPropertyNullability, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValueGenerationStrategies, getPropertyValues, getPropertyValues, getReturnedClass, getSubtypes, hasNotNullProperty, hydrate, instantiate, isComponentType, isDirty, isDirty, isEqual, isEqual, isKey, isModified, isMutable, isSame, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, setPropertyValues, sqlTypes, toColumnNullness, toLoggableStringbeforeAssemble, getSemiResolvedType, isAnyType, isAssociationType, isCollectionType, isEntityTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeAssemble, getSemiResolvedType, isAnyType, isAssociationType, isCollectionType, isEntityType, resolvepublic EmbeddedComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)
public boolean isEmbedded()
CompositeTypeIs this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner
isEmbedded in interface CompositeTypeisEmbedded in class ComponentTypepublic boolean isMethodOf(Method method)
CompositeTypeIs the given method a member of this component’s class?
isMethodOf in interface CompositeTypeisMethodOf in class ComponentTypemethod - The method to checkpublic Object instantiate(Object parent, SharedSessionContractImplementor session) throws HibernateException
instantiate in class ComponentTypeHibernateExceptionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.