All Downloads are FREE. Search and download functionalities are using the official Maven repository.

entities.DoubleIndirectionDomain.json Maven / Gradle / Ivy

Go to download

An application of the MDA generation portion of Stout that combines local and remote metatdata assets that includes double indirection

There is a newer version: 2.5.0
Show newest version
{
  "package" : "org.bitbucket.askllc.fermenter.cookbook.referencing.domain",
  "name" : "DoubleIndirectionDomain",
  "table" : "DOUBLE_INDIRECTION",
  "documentation" : "A domain that reference an external domain that in turn references another external domain",
  "identifier" : {
    "name" : "id",
    "type" : "uuid",
    "column" : "DOUBLE_INDIRECTION_ID",
    "required" : true,
    "generator" : "uuid"
  },
  "fields" : [ {
    "name" : "name",
    "documentation" : "The friendly domain moniker",
    "type" : "string",
    "column" : "NAME"
  } ],
  "references" : [ {
    "name" : "externalDomain",
    "type" : "LocalDomain",
    "package" : "org.bitbucket.askllc.fermenter.cookbook.referencing.domain",
    "localColumn" : "LOCAL_DOMAIN_LOCAL_DOMAIN_ID",
    "required" : true
  } ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy