entities.DoubleIndirectionDomain.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stout-cookbook-referencing-domain-client Show documentation
Show all versions of stout-cookbook-referencing-domain-client Show documentation
An application of the MDA generation portion of Stout that combines local and remote metatdata assets that includes double indirection
{
"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