Top "Ebean" questions

Ebean is an open source Object Relational Mapping tool.

@Embedded object not instantiated automatically if it has no basic datatype fields

Fundamental question: Why aren't @Embedded objects always instantiated? The interesting observation is that Ebean does not instantiate @Embedded objects if …

java jpa ebean embeddable
Ebean and many-to-many relationships - how?

I 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.2
OptimisticLockException with Ebean/Play

I 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 ebean
Complex joins using Play Framework and Ebean

I'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 ebean
Mysterious Play 2.4 Injection exception

Recently 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