| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.command |
Provides classes and interfaces to execute SQL statements.
|
| org.seasar.doma.jdbc.domain |
Provides the classes that are related to domains.
|
| 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 |
|---|---|
Wrapper<BASIC> |
JdbcMappable.getWrapper()
Returns the wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
<R,V> R |
JdbcMappingFunction.apply(Wrapper<V> wrapper,
JdbcType<V> jdbcType)
Applies this function.
|
<V> java.lang.String |
SqlLogFormattingFunction.apply(Wrapper<V> wrapper,
SqlLogFormatter<V> formatter)
Apply this function.
|
| Modifier and Type | Method and Description |
|---|---|
<R,V> R |
JdbcOutParameterRegistrar.apply(Wrapper<V> wrapper,
JdbcType<V> jdbcType) |
| Modifier and Type | Field and Description |
|---|---|
protected Wrapper<BASIC> |
AbstractDomainType.DomainScalar.wrapper |
protected Wrapper<BASIC> |
AbstractDomainType.OptionalDomainScalar.wrapper |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Supplier<Wrapper<BASIC>> |
AbstractDomainType.wrapperSupplier |
| Modifier and Type | Method and Description |
|---|---|
Wrapper<BASIC> |
AbstractDomainType.DomainScalar.getWrapper() |
Wrapper<BASIC> |
AbstractDomainType.OptionalDomainScalar.getWrapper() |
| Constructor and Description |
|---|
DomainScalar(Wrapper<BASIC> wrapper) |
OptionalDomainScalar(Wrapper<BASIC> wrapper) |
| Constructor and Description |
|---|
AbstractDomainType(java.util.function.Supplier<Wrapper<BASIC>> wrapperSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Wrapper<BASIC> |
DefaultPropertyType.DefaultProperty.getWrapper() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumberWrapper<BASIC extends java.lang.Number>
A wrapper for the
Number class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWrapper<BASIC>
A skeletal implementation for the
Wrapper interface . |
class |
ArrayWrapper
A wrapper for the
Array class. |
class |
BigDecimalWrapper
A wrapper for the
BigDecimal class. |
class |
BigIntegerWrapper
A wrapper for the
BigInteger class. |
class |
BlobWrapper
A wrapper for the
Blob class. |
class |
BooleanWrapper
A wrapper for the
Boolean class. |
class |
BytesWrapper
A wrapper for the
byte[] class. |
class |
ByteWrapper
A wrapper for the
Byte class. |
class |
ClobWrapper
A wrapper for the
Clob class. |
class |
DateWrapper
A wrapper for the
Date class. |
class |
DoubleWrapper
A wrapper for the
Double class. |
class |
EnumWrapper<E extends java.lang.Enum<E>>
A wrapper for the
Enum class. |
class |
FloatWrapper
A wrapper for the
Float class. |
class |
IntegerWrapper
A wrapper for the
Integer class. |
class |
LocalDateTimeWrapper
A wrapper for the
LocalDateTime class. |
class |
LocalDateWrapper
A wrapper for the
LocalDate class. |
class |
LocalTimeWrapper
A wrapper for the
LocalTime class. |
class |
LongWrapper
A wrapper for the
Long class. |
class |
NClobWrapper
A wrapper for the
NClob class. |
class |
ObjectWrapper
A wrapper for the
Object class. |
class |
PrimitiveBooleanWrapper
A wrapper for the
boolean 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. |
class |
SQLXMLWrapper
A wrapper for the
SQLXML class. |
class |
StringWrapper
A wrapper for the
String class. |
class |
TimestampWrapper
A wrapper for the
Timestamp class. |
class |
TimeWrapper
A wrapper for the
Time class. |
class |
UtilDateWrapper
A wrapper for the
Date class. |