Lino Website

Documentation · Modules · adamo · Features

Populating databases

Adamo provides good support to define «default data» to populate your application's database.

See [ref SRC:48 Schema.addPopulator() and class [ref SRC:15 Populator]. A customized Populator will normally define populateXxx() methods (where Xxx is the table name). Adamo (more precisely [ref SRC:48 Schema.startup()]) will decide whether and in which order to call these methods. I'm not yet sure whether it makes sense to support multiple Populators per Schema. Current practice shows that it is better to subclass Populators.

Mit Schema.addPopulator() kann man einen Populator angeben. Der kommt zum Zuge, wenn die Datenbank (ganz oder teilweise) neu erstellt wird.

Schema.startup() ruft für jeden Store dessen populateOrNot() auf. Der Store entscheidet, ob seine Tabelle bevölkert werden muss und ruft dann seinerseits Populator.populate() auf.

Adamo liefert einen Populator, der wahrscheinlich in allen Fällen als Basis genommen werden kann. Der schaut nach, ob eine Methode populateXxx existiert (Xxx ist der Name der Tabelle), und wenn ja, dann ruft er sie auf.

Refering articles:

Copyright 2001-2007 Luc Saffre.
http://lino.saffre-rumma.ee
Generated 2007-06-07 16:23:35