| Package | Description |
|---|---|
| org.julp | |
| org.julp.db |
| Modifier and Type | Class and Description |
|---|---|
class |
CGLibInstantiator<T>
CGLibInstantiator instantiates class and enhances it to make it persistable.
|
class |
DomainObjectInstantiator<T>
Used if Class domainClass extends AbstractDomainObject originally
|
| Modifier and Type | Field and Description |
|---|---|
protected Instantiator<T> |
AbstractDomainObjectFactory.instantiator |
| Modifier and Type | Method and Description |
|---|---|
Instantiator<T> |
DataReader.getInstantiator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataReader.setInstantiator(Instantiator<T> instantiator) |
| Modifier and Type | Field and Description |
|---|---|
protected Instantiator<T> |
DBDataReader.instantiator |
| Modifier and Type | Method and Description |
|---|---|
Instantiator<T> |
DBDataReader.getInstantiator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBDataReader.setInstantiator(Instantiator<T> instantiator) |