|
||||||||||
前 次 | フレームあり フレームなし |
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 |
BigDecimalDomain.setDomain(NumberDomain<BigDecimal,D> other)
|
void |
BigIntegerDomain.setDomain(NumberDomain<BigInteger,D> other)
|
void |
ByteDomain.setDomain(NumberDomain<Byte,D> other)
|
void |
DoubleDomain.setDomain(NumberDomain<Double,D> other)
|
void |
FloatDomain.setDomain(NumberDomain<Float,D> other)
|
void |
IntegerDomain.setDomain(NumberDomain<Integer,D> other)
|
void |
LongDomain.setDomain(NumberDomain<Long,D> other)
|
void |
ShortDomain.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<?,?>>
バージョンプロパティです。 |
|
||||||||||
前 次 | フレームあり フレームなし |