|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(ComponentMetamodel metamodel)
|
Method Summary | |
---|---|
Object |
instantiate(Object parent,
SessionImplementor session)
|
boolean |
isEmbedded()
|
boolean |
isMethodOf(Method method)
|
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 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(ComponentMetamodel metamodel)
Method Detail |
---|
public boolean isEmbedded()
isEmbedded
in interface AbstractComponentType
isEmbedded
in class ComponentType
public boolean isMethodOf(Method method)
isMethodOf
in interface AbstractComponentType
isMethodOf
in class ComponentType
public Object instantiate(Object parent, SessionImplementor session) throws HibernateException
instantiate
in class ComponentType
HibernateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |