Is there any alternative sollution for @formula which is using in hibernate? I need to use it by jpa, for instance:
@Formula(\"select count(1) from Market m
No, there is no pure JPA alternative for @formula annotation.