mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
e.g. migrate from -> to use new FetchConfig().query() -> FetchConfig.ofQuery() new FetchConfig().query(50) -> FetchConfig.ofQuery(50)
e.g. migrate from -> to use new FetchConfig().query() -> FetchConfig.ofQuery() new FetchConfig().query(50) -> FetchConfig.ofQuery(50)