| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.criteria.command |
Provides classes that execute SQL statements and handle the results.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InParameter<BASIC>
An input parameter.
|
interface |
OutParameter<BASIC>
An output parameter.
|
interface |
SingleResultParameter<BASIC,RESULT>
A single result parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
FetchSupport.fetch(java.sql.ResultSet resultSet,
JdbcMappable<?> mappable,
int index) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractDomainType.DomainScalar |
protected class |
AbstractDomainType.OptionalDomainScalar |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Property<ENTITY,BASIC>
An entity property.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
DefaultPropertyType.DefaultProperty |