| Package | Description |
|---|---|
| org.tentackle.model.impl |
Default model implementation.
|
| Modifier and Type | Method and Description |
|---|---|
EntityImpl |
EntityFactoryImpl.createEntity(SourceInfo sourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
EntityImpl.compareTo(EntityImpl o) |
protected void |
EntityFactoryImpl.processAttribute(EntityImpl entity,
AttributeLine line)
Processes an attribute line.
|
protected void |
EntityFactoryImpl.processAttributeOption(EntityImpl entity,
OptionLine line)
Processes an attribute option line.
|
protected void |
EntityFactoryImpl.processConfiguration(EntityImpl entity,
ConfigurationLine line)
Processes a configuration line.
|
protected void |
EntityFactoryImpl.processGlobalOptions(EntityImpl entity,
GlobalOptionLine line)
Processes a global option line.
|
protected void |
EntityFactoryImpl.processIndexConfiguration(EntityImpl entity,
ConfigurationLine line)
Processes an index configuration line.
Requires the attribute already processed. |
protected void |
EntityFactoryImpl.processRelation(EntityImpl entity,
RelationLine line)
Processes a relation line.
|
protected void |
EntityFactoryImpl.processRelationOption(EntityImpl entity,
OptionLine line)
Processes a relation option line.
|
Tentackle - a domain driven enterprise framework