Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles
Articles_de
CreateManager_de
LeftMenu




JSPWiki v2.2.33

[RSS]


Hide Menu

CreateDAO_de


Difference between version 18 and version 17:

At line 97 changed 1 line.
;:%%(color: blue)''Ich verwende {{generator-class="increment"}} anstatt{{generate-class="native"}}, weil ich [ein paar Probleme|AppFuseOnDB2] entdeckt habe, wenn man "native" mit anderen Datenbanken nutzt. Falls man plant, nur MySQL zu nutzen, __empfehle ich die "native" Einstellung zu nutzen__. Dieses Tutorial ntzt "increment".''%%
;:%%(color: blue)''Ich verwende {{generator-class="increment"}} anstatt{{generate-class="native"}}, weil ich [einige Probleme|AppFuseOnDB2] entdeckt habe, wenn man "native" mit anderen Datenbanken nutzt. Falls man plant, nur MySQL zu nutzen, __empfehle ich die "native" Einstellung zu nutzen__. Dieses Tutorial ntzt "increment".''%%
At line 100 changed 1 line.
At this point, you can create the person table by running __ant setup-db__. This task creates the {{Person.hbm.xml}} file and creates a database table called "person". From the ant console, you can see the table schema the Hibernate creates for you:
An dieser Stelle kann man die person Tabelle erzeugen, in dem man __ant setup-db__ ausführt. Dieser task generiert die Datei {{Person.hbm.xml}} und erzeugt eine Datenbanktabelle mit dem Namen "person". In der ant console kann man das Schema finden, das Hibernate für einen erstellt:

Back to CreateDAO_de, or to the Page History.