Verbesserung
Für ein referenzwertiges Attribut lässt sich im Modell die Spalte für die Speicherung angeben, für ein Primitives Atttribut nicht.
Verbesserung
Definition des "Storage-Attributs" am tl:PrimitiveStorage.
Anwendung
#!xml
<property name="index"
type="tl.core:Integer"
>
<annotations>
<storage-algorithm>
<primitive-storage
storage-attribute="order"
/>
</storage-algorithm>
</annotations>
</property>
Test
- Siehe #26724 - Das Index-Property ist in der Persistenz über die Spalte order abgebildet.