getPropertySetter(int idx) Gets the setter of the property located at the specified index
Parameters: idx - the index of the property whose setter is to be returned.
getTransientCollectionType(String propertyName) Returns the class whose instances are stored by the specified
transient collection.
Parameters: propertyName - the name of the transient property holdinga collection.
public TransientProperty
getTransientProperty(String propertyName) Gets the transient property details associated with the
given property name.
setTransientCollectionType(String propertyName, Class collectionType) Marks that the specified transient collection is intended to store elements
of the specified type.
Returns the class whose instances are stored by the
specified collection
Parameters: propertyName - the name of the propertyholding a collection the Class object.
Gets the setter of the property located at the specified index
Parameters: idx - the index of the property whose setter is to be returned. the setter method
Returns the class whose instances are stored by the specified
transient collection.
Parameters: propertyName - the name of the transient property holdinga collection. the Class object.
getTransientProperty
public TransientProperty getTransientProperty(String propertyName)(Code)
Gets the transient property details associated with the
given property name.
Parameters: propertyName - the name of the property the requested property
Gets the class whose istance is held by the specified
transient property.
Parameters: propertyName - the name of the property whose typeis to be retrieved the type of the property
setCollectionType
protected void setCollectionType(String propertyName, Class collectionType)(Code)
Maps the specified property name to the specified getter method
Parameters: propertyName - the name of the property Parameters: propertyValue - the getter method of the property
Maps the specified property name to the specified setter method
Parameters: propertyName - the name of the property Parameters: propertyValue - the setter method of the property
setTransientCollectionType
protected void setTransientCollectionType(String propertyName, Class collectionType)(Code)
Marks that the specified transient collection is intended to store elements
of the specified type.
Parameters: propertyName - the name of the property holding a collection Parameters: collectionType - the type of the collection elements.
setTransientPropertyType
protected void setTransientPropertyType(String propertyName, Class type)(Code)
Sets the type of the specified property.
Parameters: propertyName - the name of the property. Parameters: type - the class whose istance is held by the property