当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
EmbeddedComponentType (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.type
Class EmbeddedComponentType
java.lang.Object
org.hibernate.type.AbstractType
org.hibernate.type.ComponentType
org.hibernate.type.EmbeddedComponentType
- All Implemented Interfaces:
- AbstractComponentType, Serializable, Type
- public class EmbeddedComponentType
- extends ComponentType
- Author:
- Gavin King
- See Also:
- Serialized Form
| Methods inherited from class org.hibernate.type.ComponentType |
assemble, compare, deepCopy, disassemble, fromXMLNode, getCascadeStyle, getColumnSpan, getFetchMode, getHashCode, getHashCode, getName, getPropertyNames, getPropertyNullability, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getReturnedClass, getSubtypes, hydrate, instantiate, isComponentType, isDirty, isDirty, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, setPropertyValues, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedComponentType
public EmbeddedComponentType(ComponentMetamodel metamodel)
isEmbedded
public boolean isEmbedded()
- Specified by:
isEmbedded in interface AbstractComponentType- Overrides:
isEmbedded in class ComponentType
isMethodOf
public boolean isMethodOf(Method method)
- Specified by:
isMethodOf in interface AbstractComponentType- Overrides:
isMethodOf in class ComponentType
instantiate
public Object instantiate(Object parent,
SessionImplementor session)
throws HibernateException
- Overrides:
instantiate in class ComponentType
- Throws:
HibernateException