| Package | Description |
|---|---|
| org.seasar.doma.jdbc.domain |
Provides the classes that are related to domains.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDomainType<BASIC,DOMAIN> |
| Modifier and Type | Method and Description |
|---|---|
static <BASIC,DOMAIN> |
DomainTypeFactory.getDomainType(java.lang.Class<DOMAIN> domainClass)
Creates the domain 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)
Creates the external domain description.
|
static <BASIC,DOMAIN> |
DomainTypeFactory.getExternalDomainType(java.lang.Class<DOMAIN> domainClass,
ClassHelper classHelper)
Creates the external domain description with
ClassHelper. |