Hi,
In my hbm files I did this:
<property name="Title" column="title" type="string" length="100" not-null="true"></property>
I am assuming this will provide for faster data access because it is providing more information i.e. length.
Does fluent provide this behavior?