|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.AbstractType
org.hibernate.type.ComponentType
org.hibernate.type.EmbeddedComponentType
public class EmbeddedComponentType
| Field Summary |
|---|
| Fields inherited from class org.hibernate.type.ComponentType |
|---|
propertySpan, tuplizerMapping |
| Constructor Summary | |
|---|---|
EmbeddedComponentType(TypeFactory.TypeScope typeScope,
ComponentMetamodel metamodel)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
instantiate(java.lang.Object parent,
SessionImplementor session)
|
boolean |
isEmbedded()
Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner |
boolean |
isMethodOf(java.lang.reflect.Method method)
Is the given method a member of this component's class? |
| 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 org.hibernate.type.AbstractType |
|---|
beforeAssemble, getSemiResolvedType, isAnyType, isAssociationType, isCollectionType, isEntityType, replaceNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.hibernate.type.Type |
|---|
beforeAssemble, getSemiResolvedType, isAnyType, isAssociationType, isCollectionType, isEntityType |
| Constructor Detail |
|---|
public EmbeddedComponentType(TypeFactory.TypeScope typeScope,
ComponentMetamodel metamodel)
| Method Detail |
|---|
public boolean isEmbedded()
CompositeType
isEmbedded in interface CompositeTypeisEmbedded in class ComponentTypepublic boolean isMethodOf(java.lang.reflect.Method method)
CompositeType
isMethodOf in interface CompositeTypeisMethodOf in class ComponentTypemethod - The method to check
public java.lang.Object instantiate(java.lang.Object parent,
SessionImplementor session)
throws HibernateException
instantiate in class ComponentTypeHibernateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||