Class EmbeddedComponentType
java.lang.Object
org.hibernate.type.AbstractType
org.hibernate.type.ComponentType
org.hibernate.type.EmbeddedComponentType
- All Implemented Interfaces:
Type, Serializable, BindableType, CompositeType, OutputableType, ProcedureParameterExtractionAware, CompositeTypeImplementor, Type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Type
Type.PersistenceType -
Field Summary
Fields inherited from class ComponentType
propertySpan -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its ownerbooleanisMethodOf(Method method) Is the given method a member of this component's class?Methods inherited from class ComponentType
assemble, canDoExtraction, compare, compare, deepCopy, disassemble, disassemble, extract, extract, getCascadeStyle, getColumnSpan, getFetchMode, getHashCode, getHashCode, getJavaType, getJdbcType, getMappingModelPart, getName, getOnDeleteAction, getOriginalPropertyOrder, getPersistenceType, getPropertyIndex, getPropertyNames, getPropertyNullability, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getReturnedClass, getSqlTypeCodes, getSubtypes, hasNotNullProperty, hasNullProperty, injectMappingModelPart, instantiator, isComponentType, isDirty, isDirty, isEqual, isEqual, isKey, isModified, isMutable, isSame, mappingModelPart, nullSafeSet, nullSafeSet, replace, replace, replacePropertyValues, resolveExpressible, setPropertyValues, toColumnNullness, toLoggableStringMethods inherited from class AbstractType
beforeAssemble, isAnyType, isAssociationType, isCollectionType, isEntityTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Type
beforeAssemble, getReturnedClassName, getTypeForEqualsHashCode, isAnyType, isAssociationType, isCollectionType, isEntityType
-
Constructor Details
-
EmbeddedComponentType
-
-
Method Details
-
isEmbedded
public boolean isEmbedded()Description copied from interface:CompositeTypeIs this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner- Specified by:
isEmbeddedin interfaceCompositeType- Overrides:
isEmbeddedin classComponentType- Returns:
- True if this component is embedded; false otherwise.
-
isMethodOf
Description copied from interface:CompositeTypeIs the given method a member of this component's class?- Specified by:
isMethodOfin interfaceCompositeType- Overrides:
isMethodOfin classComponentType- Parameters:
method- The method to check- Returns:
- True if the method is a member; false otherwise.
-