Representation of a Java field in a datastore.
In the case of RDBMS this will be a column.
In the case of a file-based structure this may be a file.
In the case of an XML-based structure this may be an node.
version: $Revision: 1.12 $
Parameters: replacementValue - the replacement to ?. Probably it's a column name, that may be fully qualified name or not a String with function taking as parameter the replacementValue
Accessor for the Mapping for this field.
TODO Change this to DatastoreMapping since a DatastoreField maps via that and not JavaTypeMapping.
The Mapping