org.hibernate.tuple.component.ComponentTuplizer |
![]() |
Defines further responsibilities regarding tuplization based on a mapped components.
ComponentTuplizer implementations should have the following constructor signature: (org.hibernate.mapping.Component)Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retreive the current value of the parent property.
| |||||||||||
Does the component managed by this tuuplizer contain a parent property?
| |||||||||||
Is the given method available via the managed component as a property getter?
| |||||||||||
Set the value of the parent property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Retreive the current value of the parent property.
component | The component instance from which to extract the parent property value. |
---|
Does the component managed by this tuuplizer contain a parent property?
Is the given method available via the managed component as a property getter?
method | The method which to check against the managed component. |
---|
Set the value of the parent property.
component | The component instance on which to set the parent. |
---|---|
parent | The parent to be set on the comonent. |
factory | The current session factory. |