Media Summary: Looks at SQL optimisation in terms of covering indexes for queries, and joins and only fetching what we need. Shows how to use DelegateEbeanServer to provide stub responses to find by id calls to EbeanServer. LoggedSql is part of the avaje-ebeanorm-mocker project. It can be used in testing to catch sql that is executed and assert.
Ebean Orm Codegen Plugin For - Detailed Analysis & Overview
Looks at SQL optimisation in terms of covering indexes for queries, and joins and only fetching what we need. Shows how to use DelegateEbeanServer to provide stub responses to find by id calls to EbeanServer. LoggedSql is part of the avaje-ebeanorm-mocker project. It can be used in testing to catch sql that is executed and assert. How save cascade works in terms of statement ordering, treatment of reference beans and automatic setting of ... How you can use DelegateEbeanServer.withFinder() to provide a test double for 'Finders ' registered as static fields on entity ...