Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
8answers
1k views

Visiomodeler/NORMA - Object Role Modeling (the other ORM) - who uses it?

For a number of years I've used Object Role Modeling to design and validate my database schema designs. (The appurtenant software products have been variously named Visiomodeler, Infomodeler, Visual ...
2
votes
4answers
701 views

Dynamic Types within a Relational Model using Object-Role-Modeling (ORM)

In Object Role Modeling (ORM), given an entity of thing that had a relationship to an entity of type and where the type entity can be specified to live and the thing entity could have a value for date ...
1
vote
0answers
20 views

Three Entity Constraint in Object Role Model in NORMA

I am trying to model the constraint depicted in the ORM diagram below using NORMA for Visual Studio 2010: Merchant transacts in a Currency if and only if that Merchant uses a Processor that supports ...
1
vote
2answers
61 views

ORM: Specifying a value equality constraint against two referenced entities

I am trying to model a concept using object-role-modelling, and I can't find the necessary constraint type. I'm wondering if it exists. Here are three facts: Commodity must be of one ...
0
votes
2answers
290 views

Whats the difference between Object Role Modeling and Object-relational mapping?

I have learn about Object role modeling but not about Object-relational mapping and I want to know if they are two ways of doing the same thing and what are the pros and cons? To me Object role ...