entities.DoubleIndirectionDomain.xml 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
<?xml version="1.0"?> <!DOCTYPE entity PUBLIC "-//FERMENTER//DTD ENTITY//EN" "https://bitbucket.org/cpointe/fermenter/downloads/fermenter-2-entity.dtd"> <entity> <name>DoubleIndirectionDomain</name> <namespace>org.bitbucket.askllc.fermenter.cookbook.indirection.domain</namespace> <documentation>A domain that reference an external domain that in turn references another external domain</documentation> <table>DOUBLE_INDIRECTION</table> <id> <field> <name>id</name> <type>uuid</type> <column>DOUBLE_INDIRECTION_ID</column> <required>true</required> <generator>uuid</generator> </field> </id> <fields> <field> <name>name</name> <documentation>The friendly domain moniker</documentation> <type>string</type> <column>NAME</column> </field> </fields> <associations> <reference> <name>externalDomain</name> <type>LocalDomain</type> <required>true</required> </reference> </associations> </entity>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy