Menu

#18 Add data attribute status values

4.0.0
open
nobody
None
2014-07-22
2014-03-07
Ivo Maixner
No
  • business-key (= natural-key) - proper name is still natural key, probably discard this
  • transient (not persisted)
  • derived (transient computed from other values)
  • foreign-key, foreign-key-optional, foreign-key-mandatory, foreign-key-conditional (? FK should be via link to entity!)

Discussion

  • Ivo Maixner

    Ivo Maixner - 2014-03-10
    • Milestone: 3.0.0 --> 4.0.0
     
  • Ivo Maixner

    Ivo Maixner - 2014-03-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1,2 @@
    -- foreign key
    +- foreign-key, foreign-key-optional, foreign-key-mandatory
     - business-key (= natural-key)
    
     
  • Ivo Maixner

    Ivo Maixner - 2014-03-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1,2 @@
    -- foreign-key, foreign-key-optional, foreign-key-mandatory
     - business-key (= natural-key)
    +- foreign-key, foreign-key-optional, foreign-key-mandatory, foreign-key-conditional (? FK should be via link to entity!)
    
     
  • Ivo Maixner

    Ivo Maixner - 2014-03-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1,4 @@
     - business-key (= natural-key)
    +- transient (not persisted)
    +- derived (transient computed from other values)
     - foreign-key, foreign-key-optional, foreign-key-mandatory, foreign-key-conditional (? FK should be via link to entity!)
    
     
  • Ivo Maixner

    Ivo Maixner - 2014-07-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -- business-key (= natural-key)
    +- business-key (= natural-key) - proper name is still natural key, probably discard this
     - transient (not persisted)
     - derived (transient computed from other values)
     - foreign-key, foreign-key-optional, foreign-key-mandatory, foreign-key-conditional (? FK should be via link to entity!)
    
     

Log in to post a comment.