celerio
celerio copied to clipboard
Help: @Formula implemented in celerio?
Hi, Hibernate's @Formula annotation is needed.
But I have no idea about how to implement it in celerio, would please give me some point?
Some fuzzy thoughts are:
- @Formula's value could be defined in Celerio configuration file.
- Like com.jaxio.celerio.model.support.jpa.JpaOneToManyRelation, a new class , say HibernateFormula, is defined.
I have no idea about the following problems:
- the detail implementation in HibernateFormula?
- how can I configure the new defined class HibernateFormula, in order to it is correctly executed?
Thanks in advance!