Using this pattern, when you need search the long text field, you're
forced to return Document instance instead of DocumentInfo instance.
While the one-to-one pattern will allow you to return DocumentInfo
instance.
Further more, split document table into document_info table and
document_text table are more clear at dbms level. |