nekogochan
nekogochan
There is a repository that inherits from jmixDataRepository. There is a service that uses this repository. Both beans are declared in the addon: ```lang=java public interface NewEntityRepository extends JmixDataRepository {...
I have repository (full code of test project will aviliable on github link below): ```lang=java public interface AnimalRepository extends JmixDataRepository { List findByZoo(Zoo zoo, FetchPlan fetchPlan); @Query("where e.zoo.name = :zooName")...
Hi, my question in head. If this functionallity isn't available, please add it