| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.generator | |
| ch.ralscha.extdirectspring.generator.association |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractAssociation> |
ModelBean.getAssociations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBean.addAssociation(AbstractAssociation bean)
Adds one instance of
AbstractAssociation to the internal
collection of associations |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBean.addAssociations(List<AbstractAssociation> associationsList) |
void |
ModelBean.setAssociations(List<AbstractAssociation> associations) |
| Modifier and Type | Class and Description |
|---|---|
class |
BelongsToAssociation
A belongsTo association
|
class |
HasManyAssociation
A hasMany association
|
class |
HasOneAssociation
A hasOne association
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractAssociation |
AbstractAssociation.createAssociation(ModelAssociation associationAnnotation,
ModelBean model,
Field field) |
Copyright © 2010-2013. All Rights Reserved.