Entity Metamodel API
| Interface | Description | |
|---|---|---|
| Attribute | Represents a persistent non-collection-valued property. | |
| Basic | Represents a basic type. | |
| Collection | Represents a persistent collection-valued property. | |
| Embeddable | Represents an embeddable type. | |
| Entity | Represents a persistent entity. | |
| ManagedProperty | Represents a managed persistent property of an Entity or Embeddable. | |
| ManagedType | Represents a persistent class (Entity or Embeddable). | |
| Metamodel | Represents the metamodel for all persistent entities of a particular endpoint managed by Pimento. | |
| Type | Represents a persistent type (Entity, Embeddable or a basic type). |