org.unitedfront2.dao
Interface Updatable<D>

Type Parameters:
D - ドメインクラス
All Known Subinterfaces:
AccessControlDao, AccountDao, BlogDao, CommentDao, CommunityDao, MessageDao, ProfileDao, SimpleUserDao, ThreadDao
All Known Implementing Classes:
AccessControlDaoImpl, AccountDaoImpl, BlogDaoImpl, CommentDaoImpl, CommunityDaoImpl, MailDaoImpl, MessageDaoImpl, ProfileDaoImpl, SimpleDaoSupport, SimpleUserDaoImpl, ThreadDaoImpl

public interface Updatable<D>

更新可能であることを表すインターフェースです。

Author:
kurokkie

Method Summary
 void update(D domain)
          ドメインオブジェクトを更新します。ドメインオブジェクトの永続プロパティがデータベースと同期します。データ ベース側で自動生成される値は、引数のドメインオブジェクトにその値が設定されます。
 

Method Detail

update

void update(D domain)
ドメインオブジェクトを更新します。ドメインオブジェクトの永続プロパティがデータベースと同期します。データ ベース側で自動生成される値は、引数のドメインオブジェクトにその値が設定されます。

Parameters:
domain - ドメインオブジェクト
????:
${domain} exists., ${domain} のデータ構造が、整合性制約に違反していない。(クラス不変表明を満たす)
????:
${domain} の永続プロパティがデータベースと同期する。


Copyright © 2007-2009 www.unitedfront2.org. All Rights Reserved.