bedinsky
bedinsky
``` Caused by: com.impetus.kundera.proxy.LazyInitializationException: Unable to load Proxy Collection. This happens when you access a lazily loaded proxy collection in an entity after entity manager has been closed. at com.impetus.kundera.proxy.collection.AbstractProxyBase.eagerlyLoadDataCollection(AbstractProxyBase.java:111)...
I've found an issue on this api ``` ... Query q = em.createNativeQuery(nativeQuery); ... ``` I have an Entity TUser with @ManyToMany relation with Entity TRole I'm able to store...
this tutorial on kundera spring does not help with spring boot https://github.com/Impetus/Kundera/wiki/Building-Applications-with-Kundera-and-Spring I'm trying to start a spring boot application with jpa using kundera but I do not find out...
Hi, did you ever tested a survey with a question type upload ? The input field of type "file" is rendered in the ionic app (android and ios), it opens...