Package org.hibernate.type.spi
Interface CompositeTypeImplementor
- All Superinterfaces:
CompositeType
,Serializable
,Type
- All Known Implementing Classes:
ComponentType
,EmbeddedComponentType
,UserComponentType
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from interface org.hibernate.type.CompositeType
getCascadeStyle, getFetchMode, getPropertyIndex, getPropertyNames, getPropertyNullability, getPropertyValue, getPropertyValues, getPropertyValues, getSubtypes, hasNotNullProperty, hasNullProperty, isEmbedded, isMethodOf, replacePropertyValues, setPropertyValues
Methods inherited from interface org.hibernate.type.Type
assemble, beforeAssemble, compare, compare, deepCopy, disassemble, disassemble, getColumnSpan, getColumnSpan, getHashCode, getHashCode, getName, getReturnedClass, getReturnedClassName, getSqlTypeCodes, getSqlTypeCodes, getTypeForEqualsHashCode, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, nullSafeSet, nullSafeSet, replace, replace, toColumnNullness, toColumnNullness, toLoggableString
-
Method Details
-
injectMappingModelPart
-
getMappingModelPart
EmbeddableValuedModelPart getMappingModelPart()
-