java.lang.Object | |
↳ | org.hibernate.property.ChainedPropertyAccessor |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a "getter" for the named attribute
| |||||||||||
Create a "setter" for the named attribute
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Create a "getter" for the named attribute
theClass | The class on which the property is defined. |
---|---|
propertyName | The name of the property. |
PropertyNotFoundException |
---|
Create a "setter" for the named attribute
theClass | The class on which the property is defined. |
---|---|
propertyName | The name of the property. |
PropertyNotFoundException |
---|