|
||||||||||
前 次 | フレームあり フレームなし |
NumberDomain を使用しているパッケージ | |
---|---|
org.seasar.doma.domain | ドメイン(値の定義域)を表すインタフェースやクラスを提供します。 |
org.seasar.doma.jdbc.entity | エンティティやそのプロパティを表すクラスやインタフェースを提供します。 |
org.seasar.doma.domain での NumberDomain の使用 |
---|
NumberDomain 型の型パラメータを持つ org.seasar.doma.domain のクラス | |
---|---|
interface |
NumberDomain<V extends Number,D extends NumberDomain<V,D>>
値の型が Number である Domain です。 |
NumberDomain 型のパラメータを持つ org.seasar.doma.domain のメソッド | |
---|---|
void |
AbstractBigDecimalDomain.setDomain(NumberDomain<BigDecimal,D> other)
|
void |
AbstractBigIntegerDomain.setDomain(NumberDomain<BigInteger,D> other)
|
void |
AbstractByteDomain.setDomain(NumberDomain<Byte,D> other)
|
void |
AbstractDoubleDomain.setDomain(NumberDomain<Double,D> other)
|
void |
AbstractFloatDomain.setDomain(NumberDomain<Float,D> other)
|
void |
AbstractIntegerDomain.setDomain(NumberDomain<Integer,D> other)
|
void |
AbstractLongDomain.setDomain(NumberDomain<Long,D> other)
|
void |
AbstractShortDomain.setDomain(NumberDomain<Short,D> other)
|
void |
NumberDomain.setDomain(NumberDomain<V,D> other)
ドメインを設定します。 |
org.seasar.doma.jdbc.entity での NumberDomain の使用 |
---|
NumberDomain 型の型パラメータを持つ org.seasar.doma.jdbc.entity のクラス | |
---|---|
class |
GeneratedIdProperty<D extends NumberDomain<?,?>>
生成される識別子のプロパティです。 |
class |
VersionProperty<D extends NumberDomain<?,?>>
バージョンプロパティです。 |
|
||||||||||
前 次 | フレームあり フレームなし |