[[SeasarWhatsNew]] ***DBFlute 0.1.05 [#sdb36b74] 変更点 - {Java/C#} -- ConditionBeanの条件をInlineViewとして設定できるように修正。 &br;→ http://dbflute.sandbox.seasar.org/ja/introduction.html -- Classificationの便利MethodをConditionBeanにも追加。 &br;→ cb.query().setActiveYn_Equal_Yes(); // active_yn の条件として = 'y' を付加する。 &br;→ http://dbflute.sandbox.seasar.org/ja/tips-classification.html -- ClassificationのDeployment指定(ある区分値をどの列に関連付けるかの指定)において、Column名でPrefix/Suffix指定できるように修正。 &br;→ http://dbflute.sandbox.seasar.org/ja/tips-classification.html - {C# Only} -- BehaviorのLoad{ReffererTable}()-Methodが正常に動作しないBUGを修正。