ebean

Ebean ORM

APACHE-2.0 License

Stars
1.5K
Committers
104

Bot releases are visible (Hide)

ebean - 4.1.2

Published by rbygrave about 10 years ago

Refer: https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=15&state=closed

Bug fixes:

  • #154 Regression for @OrderBy on a @ManyToMany property due to change from
  • #166 Incorrect join with @OneToOne optional on one side and NOT optional on other side
  • #164 Incorrect join used when where expression has a many property and ends with a foreign key column
ebean - 4.1.3

Published by rbygrave about 10 years ago

Refer: https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=16&state=closed

Issues of Note:

  • BUG : Ebean try to do update child nodes instead of inserting them on cascading save resulting in OptimisticLockException
  • ENH : DataSource - add support for configuring autocommit=true
  • ENH : Caused by: java.lang.ClassCastException: org.example.Order cannot be cast to org.example.Customer
ebean - 4.1.4

Published by rbygrave about 10 years ago

Refer: https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=18&state=closed

Issues of Note:

  • #174 BUG : Incorrect SQL generated with syntax error at the "order by" clause
  • #173 ENH : Ability to use a MappedSuperClass without being enhanced as long as it doesn't have persistent fields
  • #175 ENH : Change to use System.getProperty("ebean.serverfactory") rather than GlobalProperties