celerio icon indicating copy to clipboard operation
celerio copied to clipboard

Help: @Formula implemented in celerio?

Open sluk3r opened this issue 3 years ago • 0 comments

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:

  1. @Formula's value could be defined in Celerio configuration file.
  2. Like com.jaxio.celerio.model.support.jpa.JpaOneToManyRelation, a new class , say HibernateFormula, is defined.

I have no idea about the following problems:

  1. the detail implementation in HibernateFormula?
  2. how can I configure the new defined class HibernateFormula, in order to it is correctly executed?

Thanks in advance!

sluk3r avatar Jul 29 '22 13:07 sluk3r