| Package | Description |
|---|---|
| org.seasar.doma.jdbc.entity |
Provides the classes that are related to entities.
|
| org.seasar.doma.wrapper |
Provides wrapper classes and visitor classes for them.
|
| Modifier and Type | Method and Description |
|---|---|
<V extends java.lang.Number> |
VersionPropertyType.ValueSetter.visitNumberWrapper(NumberWrapper<V> wrapper,
java.lang.Number value,
java.lang.Void q) |
<V extends java.lang.Number> |
GeneratedIdPropertyType.ValueSetter.visitNumberWrapper(NumberWrapper<V> wrapper,
java.util.function.Supplier<java.lang.Long> valueSupplier,
java.lang.Void q) |
<V extends java.lang.Number> |
VersionPropertyType.Incrementer.visitNumberWrapper(NumberWrapper<V> wrapper,
java.lang.Void p,
java.lang.Void q) |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalWrapper
A wrapper for the
BigDecimal class. |
class |
BigIntegerWrapper
A wrapper for the
BigInteger class. |
class |
ByteWrapper
A wrapper for the
Byte class. |
class |
DoubleWrapper
A wrapper for the
Double class. |
class |
FloatWrapper
A wrapper for the
Float class. |
class |
IntegerWrapper
A wrapper for the
Integer class. |
class |
LongWrapper
A wrapper for the
Long class. |
class |
PrimitiveByteWrapper
A wrapper for the
byte class. |
class |
PrimitiveDoubleWrapper
A wrapper for the
double class. |
class |
PrimitiveFloatWrapper
A wrapper for the
float class. |
class |
PrimitiveIntWrapper
A wrapper for the
int class. |
class |
PrimitiveLongWrapper
A wrapper for the
long class. |
class |
PrimitiveShortWrapper
A wrapper for the
short class. |
class |
ShortWrapper
A wrapper for the
Short class. |
| Modifier and Type | Method and Description |
|---|---|
<V extends java.lang.Number> |
NumberWrapperVisitor.visitNumberWrapper(NumberWrapper<V> wrapper,
P p,
Q q) |