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