Jump to: navigation, search

Difference between revisions of "ExternalPrimaryKey"


 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
If the [[ProxyMetaProperty]] on a MetaProxy object is marked as "ExternalPrimaryKey" Ubik will handle the Property of the [[Proxy]] as an '''External key Property'''.
+
If a [[MetaProxyProperty]] related to a [[MetaProxy]] is configured to be an '''ExternalPrimaryKey''' {{UBIK}} will handle this property of the corresponding [[Proxy]] object as an '''external key property'''.
  
== Feature ==
+
Such properties provide the following features:
It is possible to search for Proxy objects by their external key property.
+
* Proxy objects can be searched by their external key property;
 +
* Proxy objects can be linked to each other by using their external key properties and an external reference.
  
It is possible to create links between proxy objects by using their external key properties and an external reference.
+
== External reference ==
 +
If a MetaProxyProperty has been configured with a [[Reference]] it is defined as an external reference. An external reference property links to a Proxy instance via its property value.
  
== External Reference ==
+
Such Proxies (its properties) will automatically reference to the instance of the targeted MetaProxy (as given by the underlying Reference) having the same entry in its external Primary Key property than the given Proxy instance.
An external Reference is a link to a Proxy instance via property values. If the ProxyMetaProperty has a defined Reference it is defined as an External Reference. The Proxy will refer automatically to the instance of the targeted MetaProxy having the same entry in its external Primary Key Property than the given Proxy instance.
+
{{Hint|When using external keys and external references it does not matter which object is created first (master or child), the linkage will be done!}}
+
  
{{Attention|Only one External Primary Key Property is supported for one MetaProxy object}}
+
{{Hint|When using external keys and external references it is not of relevant which object is processed first, as the linking will be done either way by the system!}}
 +
 
 +
{{Attention|Only one external primary key property is supported per MetaProxy. Hence, the external primary key can consist of only one MetaProxyProperty.}}
 +
 
 +
==See also==
 +
* [[Proxy]]
 +
* [[MetaProxy]]
 +
* [[ProxyMetaProperty]]
 +
 
 +
[[Category:Interfacing|ExternalPrimaryKey]]

Latest revision as of 10:50, 23 November 2015

If a MetaProxyProperty related to a MetaProxy is configured to be an ExternalPrimaryKey UBIK® will handle this property of the corresponding Proxy object as an external key property.

Such properties provide the following features:

  • Proxy objects can be searched by their external key property;
  • Proxy objects can be linked to each other by using their external key properties and an external reference.

External reference

If a MetaProxyProperty has been configured with a Reference it is defined as an external reference. An external reference property links to a Proxy instance via its property value.

Such Proxies (its properties) will automatically reference to the instance of the targeted MetaProxy (as given by the underlying Reference) having the same entry in its external Primary Key property than the given Proxy instance.

IC Hint square.pngWhen using external keys and external references it is not of relevant which object is processed first, as the linking will be done either way by the system!
IC Attention.pngOnly one external primary key property is supported per MetaProxy. Hence, the external primary key can consist of only one MetaProxyProperty.

See also