Skip to content

ebean: remove Ebeanby.packages method #797

@jknack

Description

@jknack

Prefer the callback way:

{
  use(new Ebeanby().doWith((ServerConfig ebean) -> {
    ebean.addPackage("foo");
  }));
}

The packages method isn't used it and makes thing a bit harder from implementation perspective:

{
  use(new Ebeanby().packages("foo"));
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions