|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.doma.jdbc.domain.DomainTypeFactory
public final class DomainTypeFactory
DomainType のファクトリクラスです。
| コンストラクタの概要 | |
|---|---|
DomainTypeFactory()
|
|
| メソッドの概要 | ||
|---|---|---|
static
|
getDomainType(java.lang.Class<D> domainClass)
DomainType のインスタンスを生成します。 |
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DomainTypeFactory()
| メソッドの詳細 |
|---|
public static <V,D> DomainType<V,D> getDomainType(java.lang.Class<D> domainClass)
DomainType のインスタンスを生成します。
V - ドメインクラスが扱う値の型D - ドメインクラスの型domainClass - ドメインクラス
DomainType のインスタンス
DomaNullPointerException - 引数が null の場合
DomaIllegalArgumentException - ドメインクラスに Domain もしくは EnumDomain が注釈されていない場合
DomainTypeNotFoundException - ドメインクラスに対応するメタクラスが見つからない場合
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||