| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.impl |
Default model implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Attribute
An attribute.
|
interface |
Entity
The entity.
|
interface |
Index
Describes a database index.
|
interface |
Relation
A relation to an entity.
|
| Modifier and Type | Method and Description |
|---|---|
ModelElement |
ModelError.getElement()
Gets the related element.
|
ModelElement |
ModelException.getElement()
Gets the related model element.
|
ModelElement |
ModelElement.getParent()
Gets the parent element.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModelException.isRelatedTo(ModelElement otherElement)
Returns whether given element is related to this exception.
|
| Constructor and Description |
|---|
ModelError(ModelElement element,
String message)
Creates a model error.
|
ModelException(String message,
ModelElement element)
Creates a model exception.
|
ModelException(String message,
ModelElement element,
Throwable cause)
Creates a model exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeImpl
Attribute implementation.
|
class |
EntityImpl
The entity model implementation.
|
class |
IndexImpl
Index descriptor.
|
class |
RelationImpl
Relation implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ModelElement |
AttributeImpl.getParent() |
ModelElement |
EntityImpl.getParent() |
ModelElement |
RelationImpl.getParent() |
ModelElement |
IndexImpl.getParent() |
Tentackle - a domain driven enterprise framework