2 #ifndef __WTX_SYS_LOOKUP_ITEM_H___ 3 #define __WTX_SYS_LOOKUP_ITEM_H___ 16 Item(
const std::string & key =
"",
const std::string & cfy =
"" )
22 :
Template( other.keyField().value() )
26 template<
class Action>
void persist(Action &a)
31 static void MapClass( Wt::Dbo::Session & session )
34 Wt::registerType<Item>();
35 Wt::registerType< Wt::Dbo::ptr<Item> >();
38 static Definition & TableDef() {
return s_tableDef; }
52 #endif // __WTX_SYS_LOOKUP_ITEM_H___