rjumko / instant-webapp

Automatically exported from code.google.com/p/instant-webapp
0 stars 0 forks source link

Limitations on the persistence side #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current JPA based implementation strives to support the minimum features 
possible in GAE and conventional servlet containers. Due to the poor JPA 
support of GAE, it is fairly limited (no inheritance, no many-to-many 
relationships etc.).

It could be improved for example by platform specific persistence 
implementations. 

Original issue reported on code.google.com by mischa.c...@gmail.com on 17 Aug 2011 at 7:24