| Package | Description |
|---|---|
| org.julp | |
| org.julp.db |
| Modifier and Type | Field and Description |
|---|---|
protected DataWriter<T> |
AbstractDomainObjectFactory.dataWriter
This object generates data modification
|
| Modifier and Type | Method and Description |
|---|---|
DataWriter<T> |
AbstractDomainObjectFactory.getDataWriter()
Getter for property dataWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDomainObjectFactory.setDataWriter(DataWriter<T> dataWriter)
Setter for property dataWriter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DBDataWriter<T> |
| Modifier and Type | Method and Description |
|---|---|
DataWriter<T> |
DomainObjectFactory.getDataWriter() |