Difference between
version 20
and
version 19:
At line 168 changed 1 line. |
Der einige Grund, warum in diesem Beispiel das ''column'' Attribut hinzugefügt wird ist, dass der Spaltenname sich vom Attributnamen unterscheidet. Falls die beiden gleich sein sollten, muss man kein ''column'' Attribut angeben. |
Der einzige Grund, warum in diesem Beispiel das ''column'' Attribut hinzugefügt wird, ist, dass der Spaltenname sich vom Attributnamen unterscheidet. Falls die beiden gleich sein sollten, muss man kein ''column'' Attribut angeben. |
At line 180 changed 1 line. |
If you want to change the size of your columns, modify the ''length'' attribute in your @hibernate.property tag. If you want to make it a required field (NOT NULL), add not-null="true". |
Falls man die Größe der Spalten verändern will, kann man das ''length'' Attribut im @hibernate.property tag ändern. Falls man dieses Feld als 'benötigt' (NOT NULL) markieren will, fügt man not-null="true" hinzu. |
At line 184 changed 1 line. |
%%note <a name="appgen"></a>__NOTE:__ AppFuse versions 1.6.1+ contain include an [AppGen] tool that can be used to generate all the classes for the rest of these tutorials. However, it's best that you go through these tutorials before using this tool - then you'll know what code it's generating.%% |
%%note <a name="appgen"></a>__Hinweis:__ AppFuse Versionen 1.6.1+ besitzen ein [AppGen] Tool, das man vwerwenden kann, um alle restlichen Klassen dieses Tutorials zu erzeugen. Wie auch immer, am besten ist es, wenn man dieses Tutorial durcharbeitet, bevor man das Tool nutzt - Dann weiß man, welchen Code das Tool erzeugt.%% |
Back to CreateDAO_de,
or to the Page History.
|