org.hibernate.type
Class EmbeddedComponentType
java.lang.Object
   org.hibernate.type.AbstractType
org.hibernate.type.AbstractType
       org.hibernate.type.ComponentType
org.hibernate.type.ComponentType
           org.hibernate.type.EmbeddedComponentType
org.hibernate.type.EmbeddedComponentType
- All Implemented Interfaces: 
- Serializable, CompositeType, 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, getPropertyIndex, getPropertyNames, getPropertyNullability, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getReturnedClass, getSubtypes, getTuplizerMapping, 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 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
EmbeddedComponentType
public EmbeddedComponentType(TypeFactory.TypeScope typeScope,
                             ComponentMetamodel metamodel)
isEmbedded
public boolean isEmbedded()
- Description copied from interface: CompositeType
- Is this component embedded?  "embedded" indicates that the component is "virtual", that its properties are
 "flattened" onto its owner
 
- 
- Specified by:
- isEmbeddedin interface- CompositeType
- Overrides:
- isEmbeddedin class- ComponentType
 
- 
- Returns:
- True if this component is embedded; false otherwise.
 
isMethodOf
public boolean isMethodOf(Method method)
- Description copied from interface: CompositeType
- Is the given method a member of this component's class?
 
- 
- Specified by:
- isMethodOfin interface- CompositeType
- Overrides:
- isMethodOfin class- ComponentType
 
- 
- Parameters:
- method- The method to check
- Returns:
- True if the method is a member; false otherwise.
 
instantiate
public Object instantiate(Object parent,
                          SessionImplementor session)
                   throws HibernateException
- 
- Overrides:
- instantiatein class- ComponentType
 
- 
- Throws:
- HibernateException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.