Ebean is an open source Object Relational Mapping tool.
Fundamental question: Why aren't @Embedded objects always instantiated? The interesting observation is that Ebean does not instantiate @Embedded objects if …
java jpa ebean embeddableI created a schema in MySQL Workbench: How do I map this to entities in Ebean in Play Framework? In …
mysql orm playframework ebean playframework-2.2I have a Play 2.1.3 Java app using Ebean. I am getting the OptimisticLockException below. [OptimisticLockException: Data has changed. updated [0] rows …
java jpa playframework playframework-2.1 ebeanI'm using the PlayFramework and I'm really liking it. When I want to grab data from a table, for example …
java sql playframework-2.0 ebeanRecently upgraded to Play 2.4 and I'm still learning all the little quirks and such. I'm trying to just get my …
java guice ebean playframework-2.4