i was thinking about something like hibernate and java
@Entity
@Table( name = "TABLE_NAME")
public class Table_Class extends EntityAbstract
@Column(name = "COLUMN_NAME")
private Calendar some_date;
because I have the tables in me database (Oracle), QxOrm can connect to it, but I did not find a function or macro that work as the example.
I already register the columns of my table, but how do I link the class and the table??
may by if qx::register_class<T> prototype was like qx::register_class<T>(className, "TABLE_NAME") it would be easier to see the way to link a table to a class.
you just have to write a class with 3 properties and write the function void qx::register_class<T>
Look, I'm not an expert with C++, Qt and boost, but Iove them, I hope someday I could make something like QxOrm...
I dont speak french either
=D