Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.tuple.component.AbstractComponentTuplizer
Field Summary | |
protected Getter[] | |
protected boolean | |
protected Instantiator | |
protected int | |
protected Setter[] |
Constructor Summary | |
|
Method Summary | |
protected abstract Getter |
|
protected abstract Instantiator |
|
protected abstract Setter |
|
Object |
|
Object |
|
Object[] |
|
boolean | |
Object |
|
boolean |
|
boolean |
|
void |
|
void |
|
protected final boolean hasCustomAccessors
protected final int propertySpan
public Object getParent(Object component)
- Specified by:
- getParent in interface ComponentTuplizer
public Object getPropertyValue(Object component, int i) throws HibernateException
- Specified by:
- getPropertyValue in interface Tuplizer
public Object[] getPropertyValues(Object component) throws HibernateException
- Specified by:
- getPropertyValues in interface Tuplizer
public boolean hasParentProperty()
- Specified by:
- hasParentProperty in interface ComponentTuplizer
public Object instantiate() throws HibernateException
This method does not populate the component parent
- Specified by:
- instantiate in interface Tuplizer
public boolean isMethodOf(Method method)
- Specified by:
- isMethodOf in interface ComponentTuplizer
public void setParent(Object component, Object parent, SessionFactoryImplementor factory)
- Specified by:
- setParent in interface ComponentTuplizer
public void setPropertyValues(Object component, Object[] values) throws HibernateException
- Specified by:
- setPropertyValues in interface Tuplizer