nekogochan

Results 3 issues of 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 {​​​​​​​​​​​​...

in: data

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")...

type: bug
size: S
in: data

Hi, my question in head. If this functionallity isn't available, please add it