The entities in one model can have relationships to the entities in another model. You can form such relationships even if the models map to different databases and different database servers.
When you add a model to a project, it becomes part of a model group. Every Enterprise Objects application includes a default model group, even if the project contains only one model. Each model you add to a project automatically becomes part of the projects model group. The only regulation between multiple models in a model group is that entity names must be unique.
To form a relationship from one model to another, use the Relationship Inspector as follows:
Figure 5-7 Multiple models to choose from
| Note: You cant flatten properties across databases, nor can you map inheritance hierarchies across databases (though you can do both of these things across models that map to the same database). |