The ORM Foundation

Get the facts!

Search

Page 1 of 1 (4 items)
  • Re: Using ORM to Model User-defined DataTypes

    Thank you, Terry. That answers my question about NORMA's functionality, and your suggested work-arounds would work well for me. I agree with all the posted comments on the separation of conceptual and logical/physical modeling concerns, and usually follow them in my own practice. I simply needed a compromise approach in this ...
    Posted to ORM Techniques (Forum) by jemstl on Mon, Oct 24 2016
  • Re: Using ORM to Model User-defined DataTypes

    A domain expert would speak at the type level, e.g., by referring to "a payer" for a claim. A payer always has a first and a last name among other attributes. For example, both the party responsible for a claim payment and the party making that payment would be of type "payer". Normally I would consider "payer" ...
    Posted to ORM Techniques (Forum) by jemstl on Fri, Oct 21 2016
  • Re: Using ORM to Model User-defined DataTypes

     Ken, Your example and citation are very helpful. Thank you. The reason that I am interested in how to represent a user-defined data type is that I am using an ORM model to capture the conceptual view of a database that is implemented in Cassandra, and the application development team has proposed using a user-defined type (UDT).  The ...
    Posted to ORM Techniques (Forum) by jemstl on Thu, Oct 20 2016
  • Using ORM to Model User-defined DataTypes

    What is the best way to model a user-defined data type? I tried the approach outlined below, which also is shown in the image that I uploaded. I would like to invite comments on the approach and learn what others have done.  I created a custom data type called PersonalName, which has two attributes: FirstName and LastName.I used the ORM ...
    Posted to ORM Techniques (Forum) by jemstl on Wed, Oct 19 2016
Page 1 of 1 (4 items)
© 2008-2024 ------- Terms of Service