- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 384 for g (0.04 seconds)
Filter
- Label
- DBFlute 384
- File Type
- HTML 378
- ZIP Archive 6
-
DBFlute用語集 G | DBFlute
dbflute.seasar.org/ja/manual/reference/dictionary/alphabet/wg.html -
additionalForeignKeyMap | DBFlute
g. とある関連はつながらないように @since 1.0.5G e.g. 誰からも参照されないように...ParameterBean - プログラム型のパッケージ解決 e.g. targetDate という変数名でjava.util.Date型のバインド変数...dbflute.seasar.org/ja/manual/reference/dfprop/additionalforeignkey/ -
業務的one-to-one (BizOneToOne) | DBFlute
g. 会員テーブルと会員住所テーブルのデータのExample (2014/10/14時点)...有効期間を指定することで、現在住所という概念のビューと結合することができます。 e.g. 業務的one-to-oneの検索SQL {MEMBER,...dbflute.seasar.org/ja/manual/function/genbafit/implfit/bizonetoone/index.html -
DBFlute on Scala | DBFlute
g. 会員ID "1" 番で会員を一件検索 (関連テーブルの会員ステータスも一緒に取得)...ConditionBean でリスト検索 *selectList(cb) e.g. 色々な絞り込み条件で会員をリスト検索 (関連テーブルもいろいろと)...dbflute.seasar.org/ja/tutorial/onscala.html -
MailFlute | DBFlute
g. 新しい会員の登録を想定したメールテンプレート @welcome_member.dfmail.../ Thanks そして、FreeGenを叩き... e.g. Manageで 12 (freegen) を叩く @Command...dbflute.seasar.org/ja/manual/function/helper/mailflute/index.html -
Actionの作り方 (HTMLスタイル) | LastaFlute
g. Action class location @Package...(そのアプリのBaseActionが用意されているはずです) e.g. Action class extends Base class...dbflute.seasar.org/ja/lastaflute/howto/action/makeashtml.html -
Lasta Di (DIコンテナ) | DBFlute
g. com.example.app) Class Name e.g. app.web.AbcAction,...singleton e.g. Manager class Package [your domain]. bizfw (e.g. com.example.bizfw)...dbflute.seasar.org/ja/lastaflute/lastadi/index.html -
LastaFlute の Action | LastaFlute
g. ProductListAction#index() e.g. accept Path parameter...land ) { ... } e.g. ProductListAction#search() e.g. switch path variable...dbflute.seasar.org/ja/lastaflute/howto/action/index.html -
Entity | DBFlute
g. 検索時にBehaviorからEntityを受け取る {Member}...登録、更新、削除時は、アプリケーションでインスタンスを生成します。 e.g. 更新時にEntityを生成してBehaviorに渡す {Member}...dbflute.seasar.org/ja/manual/function/ormapper/entity/index.html -
見通しのValidation | LastaFlute
g. Hibernate validator annotation...IntegerだからNotNullなどと型ごとに使い分けなくてもいいように) e.g. Required annotation in Form class...dbflute.seasar.org/ja/lastaflute/howto/action/lavalidation.html