Posts
Members
Info
·204d# Elide 5.0
Strange error occurred in Elide 5 but does not happen in Elide 4
I have Report entity which has one-to-one relationship shared primary key (aka MapsId) with Change entity. When creating a Report instance, I also create a Change inside the Report life cycle hook with operation CREATE. That implementation works with Elide 4 but not with Elide…
0
3
·237d# Elide 5.0
Relationships are not coming in json-api response from springboot with elide
I am new to Elide framework. I just read the documentation and tried few sample application with mysql database with jpa. It works as expected and I could see json-api specification complaint response. I am not getting links (both self and related) under relationships. Can…
0
6
·294d# Elide 5.0
Is supporting Non-JPA entity in AggregationDataStore production ready
I saw that https://github.com/yahoo/elide/pull/1051 has been merged Looks like that this feature would be helpful to my use-case in which I need to construct a view on top of 2 different physical tables and expose it thru Elide JSON API. It seems that with this feature, it is…
0
1