|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Enables other Component-like types to hold collections and have cascades, etc.
ComponentType
,
ObjectType
Method Summary | |
Cascades.CascadeStyle |
cascade(int i)
|
int |
enableJoinedFetch(int i)
|
String[] |
getPropertyNames()
|
Object |
getPropertyValue(Object component,
int i,
SessionImplementor session)
|
Object[] |
getPropertyValues(Object component)
Optional operation |
Object[] |
getPropertyValues(Object component,
SessionImplementor session)
|
Type[] |
getSubtypes()
|
void |
setPropertyValues(Object component,
Object[] values)
Optional operation |
Methods inherited from interface net.sf.hibernate.type.Type |
assemble, copy, deepCopy, disassemble, equals, fromString, getColumnSpan, getName, getReturnedClass, hasNiceEquals, hydrate, isAssociationType, isComponentType, isDirty, isEntityType, isModified, isMutable, isObjectType, isPersistentCollectionType, nullSafeGet, nullSafeGet, nullSafeSet, resolveIdentifier, sqlTypes, toString |
Method Detail |
public Type[] getSubtypes()
public String[] getPropertyNames()
public Object[] getPropertyValues(Object component, SessionImplementor session) throws HibernateException
HibernateException
public Object[] getPropertyValues(Object component) throws HibernateException
HibernateException
public void setPropertyValues(Object component, Object[] values) throws HibernateException
HibernateException
public Object getPropertyValue(Object component, int i, SessionImplementor session) throws HibernateException
HibernateException
public Cascades.CascadeStyle cascade(int i)
public int enableJoinedFetch(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |