| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| 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 | Field and Description |
|---|---|
static ClassHelper |
ConfigSupport.defaultClassHelper |
| Modifier and Type | Method and Description |
|---|---|
default ClassHelper |
Config.getClassHelper()
Returns the class helper.
|
| Modifier and Type | Method and Description |
|---|---|
static <BASIC,DOMAIN> |
DomainTypeFactory.getDomainType(java.lang.Class<DOMAIN> domainClass,
ClassHelper classHelper)
Creates the domain description with
ClassHelper. |
static <BASIC,DOMAIN> |
DomainTypeFactory.getExternalDomainType(java.lang.Class<DOMAIN> domainClass,
ClassHelper classHelper)
Creates the external domain description with
ClassHelper. |
| Modifier and Type | Method and Description |
|---|---|
static <E> EntityType<E> |
EntityTypeFactory.getEntityType(java.lang.Class<E> entityClass,
ClassHelper classHelper)
Creates the entity description.
|