removed attribute_generator and constraints_generator

This commit is contained in:
Sascha Kühl
2025-12-11 09:13:14 +01:00
parent 5afb616205
commit f842efb611
14 changed files with 13 additions and 400 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void object_generator::prepare_primary_key(attribute& ref, utils::identifier &&p
object_->pk_identifier_ = std::move(pk);
}
std::shared_ptr<class object> object_generator::fk_object(const std::type_index& ti) const {
std::shared_ptr<object> object_generator::fk_object(const std::type_index& ti) const {
const auto result = repo_.basic_info(ti);
if (result) {
return result->get().object();