String properties can be split on either the complete value
or first 'n' characters of the value. Default would be to split
on the complete value. For example, to split on first three characters: <propertyAnnotations>
<property name="stringProperty">
<fieldAnnotation>
<splitPattern>3</splitPattern>
</fieldAnnotation>
</property>
</propertyAnnotations>
|
|
|