クラス OdmPersonDaoImpl
java.lang.ObjectSE
org.springframework.ldap.samples.odm.dao.OdmPersonDaoImpl
- 実装済みのインターフェース一覧:
PersonDao
PersonDao のデフォルト実装。この実装では、オブジェクトディレクトリマッピング機能を使用します。この機能では、エンティティクラスにアノテーションを付ける必要がありますが、プログラマは、属性または DN コンポーネントの値を使用してエンティティオブジェクトとの間でマッピングする面倒な作業から解放されます。
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明voidvoidfindAll()findByPrimaryKey(StringSE country, StringSE company, StringSE fullname) voidsetLdapTemplate(LdapTemplate ldapTemplate) void
コンストラクターの詳細
OdmPersonDaoImpl
public OdmPersonDaoImpl()
メソッドの詳細
create
update
delete
getAllPersonNames
- 次で指定:
- インターフェース
PersonDaoのgetAllPersonNames
findAll
findByPrimaryKey
- 次で指定:
- インターフェース
PersonDaoのfindByPrimaryKey
setLdapTemplate