Hello, I am new at Jspresso and currently evaluating it, and first of all I wanted to congratulate the Jspresso team for such an amazing framework.
I wanted to know if there is anyway to customize the way Jspresso creates Hibernate mappings and creates my tables, since I already have a model and my hibernate mappings in another application. Of course I am willing to adapt to the framework since it has such great and many features, but for instance I use a table-per-class-hierarchy mapping strategy with a discriminator value for each sub-class, is it possible to achieve this with Jspresso? I've seen in the examples that Jspresso uses joined-subclass by default.
Thank you in advance. Regards,
DiegA.

.