46 #ifndef __WTX_DBO_FIELDHASMANY_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 47 #define __WTX_DBO_FIELDHASMANY_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 64 template <
class Action>
void persist( Action & a,
FieldDefBase * fieldDef )
67 std::cout << __FILE__ <<
":" << __LINE__ <<
"no field def" << std::endl;
70 Wt::Dbo::hasMany( a,
Field<T>::m_data, Wt::Dbo::RelationType::ManyToOne, fieldDef-> fieldName() );
75 auto retVal = std::make_unique<Wt::WLineEdit>();
77 retVal-> setAutoComplete(
false );